Html Css Color HEX #42965D Chateau Green

📋 copy color: '#42965D'

red 66 ◦ green 150 ◦ blue 93

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

Shades of Chateau Green #42965D

Tints of Chateau Green #42965D

RGB

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

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

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

R = 21.36%
G = 48.54%
B = 30.1%

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

#42965D (or 0x42965D) is known color: Chateau Green. HEX triplet: 42, 96 and 5D. RGB value is (66,150,93). Sum of RGB (Red+Green+Blue) = 66+150+93=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #42965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42965D is #BD69A2. Grayscale: #767676. Windows color (decimal): -12413347 or 6133314. OLE color: 6133314.

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

Color convert

RGB 66 150 93 -
CMYK 0.56 0 0.38 0.41
HSL 139.29º 0.39% 0.42% -
HSV(B) 139.29º 0.56% 0.59% -
XYZ 15.13 23.76 14.14 -
YUV 118.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 66 150 93 0.56 0 0.38 0.41 139.29 0.39 0.42
Hex 42 96 5D 38 0 26 29 8B 27 2A
Octal 102 226 135 70 0 46 51 213 47 52
Binary 1000010 10010110 1011101 111000 0 100110 101001 10001011 100111 101010

Color Harmonies of #42965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42965D

Black with #42965D

Text Example


Text Example

White with #42965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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