Html Css Color HEX #42915F Chateau Green

📋 copy color: '#42915F'

red 66 ◦ green 145 ◦ blue 95

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

Shades of Chateau Green #42915F

Tints of Chateau Green #42915F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 21.57%
G = 47.39%
B = 31.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#42915F (or 0x42915F) is known color: Chateau Green. HEX triplet: 42, 91 and 5F. RGB value is (66,145,95). Sum of RGB (Red+Green+Blue) = 66+145+95=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 145 (57.03% from 255 or 47.39% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 145 - color contains mainly: green. Hex color #42915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42915F is #BD6EA0. Grayscale: #737373. Windows color (decimal): -12414625 or 6263106. OLE color: 6263106.

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

Color convert

RGB 66 145 95 -
CMYK 0.54 0 0.34 0.43
HSL 142.03º 0.37% 0.41% -
HSV(B) 142.03º 0.54% 0.57% -
XYZ 14.44 22.24 14.36 -
YUV 115.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 66 145 95 0.54 0 0.34 0.43 142.03 0.37 0.41
Hex 42 91 5F 36 0 22 2B 8E 25 29
Octal 102 221 137 66 0 42 53 216 45 51
Binary 1000010 10010001 1011111 110110 0 100010 101011 10001110 100101 101001

Color Harmonies of #42915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42915F

Black with #42915F

Text Example


Text Example

White with #42915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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