Html Css Color HEX #42915B Chateau Green

📋 copy color: '#42915B'

red 66 ◦ green 145 ◦ blue 91

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

Shades of Chateau Green #42915B

Tints of Chateau Green #42915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.13%

R = 21.85%
G = 48.01%
B = 30.13%

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

#42915B (or 0x42915B) is known color: Chateau Green. HEX triplet: 42, 91 and 5B. RGB value is (66,145,91). Sum of RGB (Red+Green+Blue) = 66+145+91=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #42915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915B is #BD6EA4. Grayscale: #737373. Windows color (decimal): -12414629 or 6000962. OLE color: 6000962.

HSL color Cylindrical-coordinate representation of color #42915B: hue angle of 138.99º 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 #42915B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 91 -
CMYK 0.54 0 0.37 0.43
HSL 138.99º 0.37% 0.41% -
HSV(B) 138.99º 0.54% 0.57% -
XYZ 14.26 22.16 13.42 -
YUV 115.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 66 145 91 0.54 0 0.37 0.43 138.99 0.37 0.41
Hex 42 91 5B 36 0 25 2B 8B 25 29
Octal 102 221 133 66 0 45 53 213 45 51
Binary 1000010 10010001 1011011 110110 0 100101 101011 10001011 100101 101001

Color Harmonies of #42915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42915B

Black with #42915B

Text Example


Text Example

White with #42915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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