Html Css Color HEX #42965A Chateau Green

📋 copy color: '#42965A'

red 66 ◦ green 150 ◦ blue 90

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

Shades of Chateau Green #42965A

Tints of Chateau Green #42965A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 21.57%
G = 49.02%
B = 29.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#42965A (or 0x42965A) is known color: Chateau Green. HEX triplet: 42, 96 and 5A. RGB value is (66,150,90). Sum of RGB (Red+Green+Blue) = 66+150+90=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #42965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42965A is #BD69A5. Grayscale: #767676. Windows color (decimal): -12413350 or 5936706. OLE color: 5936706.

HSL color Cylindrical-coordinate representation of color #42965A: hue angle of 137.14º 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 #42965A is Cyan = 0.56, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 90 -
CMYK 0.56 0 0.4 0.41
HSL 137.14º 0.39% 0.42% -
HSV(B) 137.14º 0.56% 0.59% -
XYZ 15 23.71 13.46 -
YUV 118.04 112.17 90.88 -
System Red Green Blue C M Y K H S L
Decimal 66 150 90 0.56 0 0.4 0.41 137.14 0.39 0.42
Hex 42 96 5A 38 0 28 29 89 27 2A
Octal 102 226 132 70 0 50 51 211 47 52
Binary 1000010 10010110 1011010 111000 0 101000 101001 10001001 100111 101010

Color Harmonies of #42965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42965A

Black with #42965A

Text Example


Text Example

White with #42965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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