Html Css Color HEX #33A04A Chateau Green

📋 copy color: '#33A04A'

red 51 ◦ green 160 ◦ blue 74

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

Shades of Chateau Green #33A04A

Tints of Chateau Green #33A04A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.14%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 17.89%
G = 56.14%
B = 25.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#33A04A (or 0x33A04A) is known color: Chateau Green. HEX triplet: 33, A0 and 4A. RGB value is (51,160,74). Sum of RGB (Red+Green+Blue) = 51+160+74=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #33A04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A04A is #CC5FB5. Grayscale: #757575. Windows color (decimal): -13393846 or 4890675. OLE color: 4890675.

HSL color Cylindrical-coordinate representation of color #33A04A: hue angle of 132.66º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A04A is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 160 74 -
CMYK 0.68 0 0.54 0.37
HSL 132.66º 0.52% 0.41% -
HSV(B) 132.66º 0.68% 0.63% -
XYZ 15.17 26.34 10.76 -
YUV 117.61 103.39 80.49 -
System Red Green Blue C M Y K H S L
Decimal 51 160 74 0.68 0 0.54 0.37 132.66 0.52 0.41
Hex 33 A0 4A 44 0 36 25 85 34 29
Octal 63 240 112 104 0 66 45 205 64 51
Binary 110011 10100000 1001010 1000100 0 110110 100101 10000101 110100 101001

Color Harmonies of #33A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A04A

Black with #33A04A

Text Example


Text Example

White with #33A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,160,74); }

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

background-color css

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

 a { background-color: rgb(51,160,74); }

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

border-color css

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

 span { border-color: rgb(51,160,74); }

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