Html Css Color HEX #33B84A Chateau Green

📋 copy color: '#33B84A'

red 51 ◦ green 184 ◦ blue 74

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

Shades of Chateau Green #33B84A

Tints of Chateau Green #33B84A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.55%

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

R = 16.5%
G = 59.55%
B = 23.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#33B84A (or 0x33B84A) is known color: Chateau Green. HEX triplet: 33, B8 and 4A. RGB value is (51,184,74). Sum of RGB (Red+Green+Blue) = 51+184+74=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #33B84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B84A is #CC47B5. Grayscale: #848484. Windows color (decimal): -13387702 or 4896819. OLE color: 4896819.

HSL color Cylindrical-coordinate representation of color #33B84A: hue angle of 130.38º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B84A is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 51 184 74 -
CMYK 0.72 0 0.60 0.28
HSL 130.38º 0.57% 0.46% -
HSV(B) 130.38º 0.72% 0.72% -
XYZ 19.74 35.48 12.29 -
YUV 131.69 95.44 70.44 -
System Red Green Blue C M Y K H S L
Decimal 51 184 74 0.72 0 0.60 0.28 130.38 0.57 0.46
Hex 33 B8 4A 48 0 3C 1C 82 39 2E
Octal 63 270 112 110 0 74 34 202 71 56
Binary 110011 10111000 1001010 1001000 0 111100 11100 10000010 111001 101110

Color Harmonies of #33B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B84A

Black with #33B84A

Text Example


Text Example

White with #33B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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