Html Css Color HEX #42945F Chateau Green

📋 copy color: '#42945F'

red 66 ◦ green 148 ◦ blue 95

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

Shades of Chateau Green #42945F

Tints of Chateau Green #42945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 21.36%
G = 47.9%
B = 30.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#42945F (or 0x42945F) is known color: Chateau Green. HEX triplet: 42, 94 and 5F. RGB value is (66,148,95). Sum of RGB (Red+Green+Blue) = 66+148+95=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #42945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42945F is #BD6BA0. Grayscale: #757575. Windows color (decimal): -12413857 or 6263874. OLE color: 6263874.

HSL color Cylindrical-coordinate representation of color #42945F: hue angle of 141.22º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42945F is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 95 -
CMYK 0.55 0 0.36 0.42
HSL 141.22º 0.38% 0.42% -
HSV(B) 141.22º 0.55% 0.58% -
XYZ 14.9 23.16 14.51 -
YUV 117.44 115.33 91.31 -
System Red Green Blue C M Y K H S L
Decimal 66 148 95 0.55 0 0.36 0.42 141.22 0.38 0.42
Hex 42 94 5F 37 0 24 2A 8D 26 2A
Octal 102 224 137 67 0 44 52 215 46 52
Binary 1000010 10010100 1011111 110111 0 100100 101010 10001101 100110 101010

Color Harmonies of #42945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42945F

Black with #42945F

Text Example


Text Example

White with #42945F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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