Html Css Color HEX #3E965E Chateau Green

📋 copy color: '#3E965E'

red 62 ◦ green 150 ◦ blue 94

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

Shades of Chateau Green #3E965E

Tints of Chateau Green #3E965E

RGB

 RED value IS 62 (24.61% from 255) = 20.26%

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

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 20.26%
G = 49.02%
B = 30.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#3E965E (or 0x3E965E) is known color: Chateau Green. HEX triplet: 3E, 96 and 5E. RGB value is (62,150,94). Sum of RGB (Red+Green+Blue) = 62+150+94=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #3E965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E965E is #C169A1. Grayscale: #757575. Windows color (decimal): -12675490 or 6198846. OLE color: 6198846.

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

Color convert

RGB 62 150 94 -
CMYK 0.59 0 0.37 0.41
HSL 141.82º 0.42% 0.42% -
HSV(B) 141.82º 0.59% 0.59% -
XYZ 14.91 23.64 14.37 -
YUV 117.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 62 150 94 0.59 0 0.37 0.41 141.82 0.42 0.42
Hex 3E 96 5E 3B 0 25 29 8E 2A 2A
Octal 76 226 136 73 0 45 51 216 52 52
Binary 111110 10010110 1011110 111011 0 100101 101001 10001110 101010 101010

Color Harmonies of #3E965E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E965E

Black with #3E965E

Text Example


Text Example

White with #3E965E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E965E; }

 p { color: rgb(62,150,94); }

 H1.HeaderClassName
 {
   color: #3E965E;
 }
 .AnyTagClassName
 {
   color: #3E965E;
 }
</style>

background-color css

<style>
 a { background-color: #3E965E; }

 a { background-color: rgb(62,150,94); }

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

border-color css

<style>
 span { border-color: #3E965E; }

 span { border-color: rgb(62,150,94); }

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