Html Css Color HEX #42965B Chateau Green

📋 copy color: '#42965B'

red 66 ◦ green 150 ◦ blue 91

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

Shades of Chateau Green #42965B

Tints of Chateau Green #42965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 21.5%
G = 48.86%
B = 29.64%

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

#42965B (or 0x42965B) is known color: Chateau Green. HEX triplet: 42, 96 and 5B. RGB value is (66,150,91). Sum of RGB (Red+Green+Blue) = 66+150+91=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #42965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42965B is #BD69A4. Grayscale: #767676. Windows color (decimal): -12413349 or 6002242. OLE color: 6002242.

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

Color convert

RGB 66 150 91 -
CMYK 0.56 0 0.39 0.41
HSL 137.86º 0.39% 0.42% -
HSV(B) 137.86º 0.56% 0.59% -
XYZ 15.04 23.73 13.68 -
YUV 118.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 66 150 91 0.56 0 0.39 0.41 137.86 0.39 0.42
Hex 42 96 5B 38 0 27 29 8A 27 2A
Octal 102 226 133 70 0 47 51 212 47 52
Binary 1000010 10010110 1011011 111000 0 100111 101001 10001010 100111 101010

Color Harmonies of #42965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42965B

Black with #42965B

Text Example


Text Example

White with #42965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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