Html Css Color HEX #38A750 Chateau Green

📋 copy color: '#38A750'

red 56 ◦ green 167 ◦ blue 80

#38A750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #38A750

Tints of Chateau Green #38A750

RGB

 RED value IS 56 (22.27% from 255) = 18.48%

 GREEN value IS 167 (65.63% from 255) = 55.12%

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 18.48%
G = 55.12%
B = 26.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38A750 (or 0x38A750) is known color: Chateau Green. HEX triplet: 38, A7 and 50. RGB value is (56,167,80). Sum of RGB (Red+Green+Blue) = 56+167+80=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #38A750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A750 is #C758AF. Grayscale: #7C7C7C. Windows color (decimal): -13064368 or 5285688. OLE color: 5285688.

HSL color Cylindrical-coordinate representation of color #38A750: hue angle of 132.97º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A750 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 167 80 -
CMYK 0.66 0 0.52 0.35
HSL 132.97º 0.5% 0.44% -
HSV(B) 132.97º 0.66% 0.65% -
XYZ 16.9 29.06 12.31 -
YUV 123.89 103.23 79.57 -
System Red Green Blue C M Y K H S L
Decimal 56 167 80 0.66 0 0.52 0.35 132.97 0.5 0.44
Hex 38 A7 50 42 0 34 23 85 32 2C
Octal 70 247 120 102 0 64 43 205 62 54
Binary 111000 10100111 1010000 1000010 0 110100 100011 10000101 110010 101100

Color Harmonies of #38A750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A750

Black with #38A750

Text Example


Text Example

White with #38A750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38A750; }

 p { color: rgb(56,167,80); }

 H1.HeaderClassName
 {
   color: #38A750;
 }
 .AnyTagClassName
 {
   color: #38A750;
 }
</style>

background-color css

<style>
 a { background-color: #38A750; }

 a { background-color: rgb(56,167,80); }

 div.DivClassName
 {
   background-color: #38A750;
 }
 .BgClassName
 {
   background-color: #38A750;
 }
</style>

border-color css

<style>
 span { border-color: #38A750; }

 span { border-color: rgb(56,167,80); }

 td.TdClassName
 {
   border-color: #38A750;
 }
 .TagClassName
 {
   border-color: #38A750;
 }
</style>