Html Css Color HEX #42975D Chateau Green

📋 copy color: '#42975D'

red 66 ◦ green 151 ◦ blue 93

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

Shades of Chateau Green #42975D

Tints of Chateau Green #42975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.71%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 21.29%
G = 48.71%
B = 30%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#42975D (or 0x42975D) is known color: Chateau Green. HEX triplet: 42, 97 and 5D. RGB value is (66,151,93). Sum of RGB (Red+Green+Blue) = 66+151+93=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #42975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42975D is #BD68A2. Grayscale: #777777. Windows color (decimal): -12413091 or 6133570. OLE color: 6133570.

HSL color Cylindrical-coordinate representation of color #42975D: hue angle of 139.06º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42975D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 151 93 -
CMYK 0.56 0 0.38 0.41
HSL 139.06º 0.39% 0.43% -
HSV(B) 139.06º 0.56% 0.59% -
XYZ 15.29 24.08 14.2 -
YUV 118.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 66 151 93 0.56 0 0.38 0.41 139.06 0.39 0.43
Hex 42 97 5D 38 0 26 29 8B 27 2B
Octal 102 227 135 70 0 46 51 213 47 53
Binary 1000010 10010111 1011101 111000 0 100110 101001 10001011 100111 101011

Color Harmonies of #42975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42975D

Black with #42975D

Text Example


Text Example

White with #42975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42975D; }

 p { color: rgb(66,151,93); }

 H1.HeaderClassName
 {
   color: #42975D;
 }
 .AnyTagClassName
 {
   color: #42975D;
 }
</style>

background-color css

<style>
 a { background-color: #42975D; }

 a { background-color: rgb(66,151,93); }

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

border-color css

<style>
 span { border-color: #42975D; }

 span { border-color: rgb(66,151,93); }

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