Html Css Color HEX #33964C Chateau Green

📋 copy color: '#33964C'

red 51 ◦ green 150 ◦ blue 76

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

Shades of Chateau Green #33964C

Tints of Chateau Green #33964C

RGB

 RED value IS 51 (20.31% from 255) = 18.41%

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

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 18.41%
G = 54.15%
B = 27.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#33964C (or 0x33964C) is known color: Chateau Green. HEX triplet: 33, 96 and 4C. RGB value is (51,150,76). Sum of RGB (Red+Green+Blue) = 51+150+76=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #33964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33964C is #CC69B3. Grayscale: #707070. Windows color (decimal): -13396404 or 5019187. OLE color: 5019187.

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

Color convert

RGB 51 150 76 -
CMYK 0.66 0 0.49 0.41
HSL 135.15º 0.49% 0.39% -
HSV(B) 135.15º 0.66% 0.59% -
XYZ 13.58 23.04 10.57 -
YUV 111.96 107.7 84.52 -
System Red Green Blue C M Y K H S L
Decimal 51 150 76 0.66 0 0.49 0.41 135.15 0.49 0.39
Hex 33 96 4C 42 0 31 29 87 31 27
Octal 63 226 114 102 0 61 51 207 61 47
Binary 110011 10010110 1001100 1000010 0 110001 101001 10000111 110001 100111

Color Harmonies of #33964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33964C

Black with #33964C

Text Example


Text Example

White with #33964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,150,76); }

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

background-color css

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

 a { background-color: rgb(51,150,76); }

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

border-color css

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

 span { border-color: rgb(51,150,76); }

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