Html Css Color HEX #33B64C Chateau Green

📋 copy color: '#33B64C'

red 51 ◦ green 182 ◦ blue 76

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

Shades of Chateau Green #33B64C

Tints of Chateau Green #33B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 58.9%

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

R = 16.5%
G = 58.9%
B = 24.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#33B64C (or 0x33B64C) is known color: Chateau Green. HEX triplet: 33, B6 and 4C. RGB value is (51,182,76). Sum of RGB (Red+Green+Blue) = 51+182+76=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #33B64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B64C is #CC49B3. Grayscale: #838383. Windows color (decimal): -13388212 or 5027379. OLE color: 5027379.

HSL color Cylindrical-coordinate representation of color #33B64C: hue angle of 131.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B64C is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 182 76 -
CMYK 0.72 0 0.58 0.29
HSL 131.45º 0.56% 0.46% -
HSV(B) 131.45º 0.72% 0.71% -
XYZ 19.4 34.68 12.51 -
YUV 130.75 97.1 71.12 -
System Red Green Blue C M Y K H S L
Decimal 51 182 76 0.72 0 0.58 0.29 131.45 0.56 0.46
Hex 33 B6 4C 48 0 3A 1D 83 38 2E
Octal 63 266 114 110 0 72 35 203 70 56
Binary 110011 10110110 1001100 1001000 0 111010 11101 10000011 111000 101110

Color Harmonies of #33B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B64C

Black with #33B64C

Text Example


Text Example

White with #33B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B64C; }

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

 H1.HeaderClassName
 {
   color: #33B64C;
 }
 .AnyTagClassName
 {
   color: #33B64C;
 }
</style>

background-color css

<style>
 a { background-color: #33B64C; }

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

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

border-color css

<style>
 span { border-color: #33B64C; }

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

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