Html Css Color HEX #33AC50 Chateau Green

📋 copy color: '#33AC50'

red 51 ◦ green 172 ◦ blue 80

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

Shades of Chateau Green #33AC50

Tints of Chateau Green #33AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.77%

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 16.83%
G = 56.77%
B = 26.4%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#33AC50 (or 0x33AC50) is known color: Chateau Green. HEX triplet: 33, AC and 50. RGB value is (51,172,80). Sum of RGB (Red+Green+Blue) = 51+172+80=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #33AC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AC50 is #CC53AF. Grayscale: #7D7D7D. Windows color (decimal): -13390768 or 5286963. OLE color: 5286963.

HSL color Cylindrical-coordinate representation of color #33AC50: hue angle of 134.38º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AC50 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 172 80 -
CMYK 0.70 0 0.53 0.33
HSL 134.38º 0.54% 0.44% -
HSV(B) 134.38º 0.7% 0.67% -
XYZ 17.57 30.79 12.61 -
YUV 125.33 102.41 74.98 -
System Red Green Blue C M Y K H S L
Decimal 51 172 80 0.70 0 0.53 0.33 134.38 0.54 0.44
Hex 33 AC 50 46 0 35 21 86 36 2C
Octal 63 254 120 106 0 65 41 206 66 54
Binary 110011 10101100 1010000 1000110 0 110101 100001 10000110 110110 101100

Color Harmonies of #33AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AC50

Black with #33AC50

Text Example


Text Example

White with #33AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,172,80); }

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

background-color css

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

 a { background-color: rgb(51,172,80); }

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

border-color css

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

 span { border-color: rgb(51,172,80); }

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