Html Css Color HEX #42985C Chateau Green

📋 copy color: '#42985C'

red 66 ◦ green 152 ◦ blue 92

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

Shades of Chateau Green #42985C

Tints of Chateau Green #42985C

RGB

 RED value IS 66 (26.17% from 255) = 21.29%

 GREEN value IS 152 (59.77% from 255) = 49.03%

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 21.29%
G = 49.03%
B = 29.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#42985C (or 0x42985C) is known color: Chateau Green. HEX triplet: 42, 98 and 5C. RGB value is (66,152,92). Sum of RGB (Red+Green+Blue) = 66+152+92=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #42985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42985C is #BD67A3. Grayscale: #777777. Windows color (decimal): -12412836 or 6068290. OLE color: 6068290.

HSL color Cylindrical-coordinate representation of color #42985C: hue angle of 138.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42985C is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 92 -
CMYK 0.57 0 0.39 0.40
HSL 138.14º 0.39% 0.43% -
HSV(B) 138.14º 0.57% 0.6% -
XYZ 15.41 24.39 14.02 -
YUV 119.45 112.51 89.88 -
System Red Green Blue C M Y K H S L
Decimal 66 152 92 0.57 0 0.39 0.40 138.14 0.39 0.43
Hex 42 98 5C 39 0 27 28 8A 27 2B
Octal 102 230 134 71 0 47 50 212 47 53
Binary 1000010 10011000 1011100 111001 0 100111 101000 10001010 100111 101011

Color Harmonies of #42985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42985C

Black with #42985C

Text Example


Text Example

White with #42985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42985C; }

 p { color: rgb(66,152,92); }

 H1.HeaderClassName
 {
   color: #42985C;
 }
 .AnyTagClassName
 {
   color: #42985C;
 }
</style>

background-color css

<style>
 a { background-color: #42985C; }

 a { background-color: rgb(66,152,92); }

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

border-color css

<style>
 span { border-color: #42985C; }

 span { border-color: rgb(66,152,92); }

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