Html Css Color HEX #42995F Chateau Green

📋 copy color: '#42995F'

red 66 ◦ green 153 ◦ blue 95

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

Shades of Chateau Green #42995F

Tints of Chateau Green #42995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.73%

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

R = 21.02%
G = 48.73%
B = 30.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#42995F (or 0x42995F) is known color: Chateau Green. HEX triplet: 42, 99 and 5F. RGB value is (66,153,95). Sum of RGB (Red+Green+Blue) = 66+153+95=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #42995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42995F is #BD66A0. Grayscale: #787878. Windows color (decimal): -12412577 or 6265154. OLE color: 6265154.

HSL color Cylindrical-coordinate representation of color #42995F: hue angle of 140º degrees, saturation: 0.4, 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 #42995F is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 95 -
CMYK 0.57 0 0.38 0.4
HSL 140º 0.4% 0.43% -
HSV(B) 140º 0.57% 0.6% -
XYZ 15.7 24.77 14.78 -
YUV 120.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 66 153 95 0.57 0 0.38 0.4 140 0.4 0.43
Hex 42 99 5F 39 0 26 28 8C 28 2B
Octal 102 231 137 71 0 46 50 214 50 53
Binary 1000010 10011001 1011111 111001 0 100110 101000 10001100 101000 101011

Color Harmonies of #42995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42995F

Black with #42995F

Text Example


Text Example

White with #42995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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