Html Css Color HEX #42915C Chateau Green

📋 copy color: '#42915C'

red 66 ◦ green 145 ◦ blue 92

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

Shades of Chateau Green #42915C

Tints of Chateau Green #42915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.85%

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

R = 21.78%
G = 47.85%
B = 30.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#42915C (or 0x42915C) is known color: Chateau Green. HEX triplet: 42, 91 and 5C. RGB value is (66,145,92). Sum of RGB (Red+Green+Blue) = 66+145+92=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #42915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915C is #BD6EA3. Grayscale: #737373. Windows color (decimal): -12414628 or 6066498. OLE color: 6066498.

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

Color convert

RGB 66 145 92 -
CMYK 0.54 0 0.37 0.43
HSL 139.75º 0.37% 0.41% -
HSV(B) 139.75º 0.54% 0.57% -
XYZ 14.3 22.18 13.65 -
YUV 115.34 114.83 92.81 -
System Red Green Blue C M Y K H S L
Decimal 66 145 92 0.54 0 0.37 0.43 139.75 0.37 0.41
Hex 42 91 5C 36 0 25 2B 8C 25 29
Octal 102 221 134 66 0 45 53 214 45 51
Binary 1000010 10010001 1011100 110110 0 100101 101011 10001100 100101 101001

Color Harmonies of #42915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42915C

Black with #42915C

Text Example


Text Example

White with #42915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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