Html Css Color HEX #42965C Chateau Green

📋 copy color: '#42965C'

red 66 ◦ green 150 ◦ blue 92

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

Shades of Chateau Green #42965C

Tints of Chateau Green #42965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 21.43%
G = 48.7%
B = 29.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#42965C (or 0x42965C) is known color: Chateau Green. HEX triplet: 42, 96 and 5C. RGB value is (66,150,92). Sum of RGB (Red+Green+Blue) = 66+150+92=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #42965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42965C is #BD69A3. Grayscale: #767676. Windows color (decimal): -12413348 or 6067778. OLE color: 6067778.

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

Color convert

RGB 66 150 92 -
CMYK 0.56 0 0.39 0.41
HSL 138.57º 0.39% 0.42% -
HSV(B) 138.57º 0.56% 0.59% -
XYZ 15.08 23.74 13.91 -
YUV 118.27 113.17 90.72 -
System Red Green Blue C M Y K H S L
Decimal 66 150 92 0.56 0 0.39 0.41 138.57 0.39 0.42
Hex 42 96 5C 38 0 27 29 8B 27 2A
Octal 102 226 134 70 0 47 51 213 47 52
Binary 1000010 10010110 1011100 111000 0 100111 101001 10001011 100111 101010

Color Harmonies of #42965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42965C

Black with #42965C

Text Example


Text Example

White with #42965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42965C; }

 p { color: rgb(66,150,92); }

 H1.HeaderClassName
 {
   color: #42965C;
 }
 .AnyTagClassName
 {
   color: #42965C;
 }
</style>

background-color css

<style>
 a { background-color: #42965C; }

 a { background-color: rgb(66,150,92); }

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

border-color css

<style>
 span { border-color: #42965C; }

 span { border-color: rgb(66,150,92); }

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