Html Css Color HEX #33AB50 Chateau Green

📋 copy color: '#33AB50'

red 51 ◦ green 171 ◦ blue 80

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

Shades of Chateau Green #33AB50

Tints of Chateau Green #33AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.62%

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

R = 16.89%
G = 56.62%
B = 26.49%

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

#33AB50 (or 0x33AB50) is known color: Chateau Green. HEX triplet: 33, AB and 50. RGB value is (51,171,80). Sum of RGB (Red+Green+Blue) = 51+171+80=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AB50 is #CC54AF. Grayscale: #7C7C7C. Windows color (decimal): -13391024 or 5286707. OLE color: 5286707.

HSL color Cylindrical-coordinate representation of color #33AB50: hue angle of 134.5º 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 #33AB50 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 171 80 -
CMYK 0.70 0 0.53 0.33
HSL 134.5º 0.54% 0.44% -
HSV(B) 134.5º 0.7% 0.67% -
XYZ 17.38 30.41 12.54 -
YUV 124.75 102.74 75.4 -
System Red Green Blue C M Y K H S L
Decimal 51 171 80 0.70 0 0.53 0.33 134.5 0.54 0.44
Hex 33 AB 50 46 0 35 21 86 36 2C
Octal 63 253 120 106 0 65 41 206 66 54
Binary 110011 10101011 1010000 1000110 0 110101 100001 10000110 110110 101100

Color Harmonies of #33AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AB50

Black with #33AB50

Text Example


Text Example

White with #33AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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