Html Css Color HEX #33B955 Chateau Green

📋 copy color: '#33B955'

red 51 ◦ green 185 ◦ blue 85

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

Shades of Chateau Green #33B955

Tints of Chateau Green #33B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.63%

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 15.89%
G = 57.63%
B = 26.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#33B955 (or 0x33B955) is known color: Chateau Green. HEX triplet: 33, B9 and 55. RGB value is (51,185,85). Sum of RGB (Red+Green+Blue) = 51+185+85=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 185 (72.66% from 255 or 57.63% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 185 - color contains mainly: green. Hex color #33B955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33B955 is #CC46AA. Grayscale: #858585. Windows color (decimal): -13387435 or 5617971. OLE color: 5617971.

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

Color convert

RGB 51 185 85 -
CMYK 0.72 0 0.54 0.27
HSL 135.22º 0.57% 0.46% -
HSV(B) 135.22º 0.72% 0.73% -
XYZ 20.35 36.06 14.48 -
YUV 133.53 100.61 69.13 -
System Red Green Blue C M Y K H S L
Decimal 51 185 85 0.72 0 0.54 0.27 135.22 0.57 0.46
Hex 33 B9 55 48 0 36 1B 87 39 2E
Octal 63 271 125 110 0 66 33 207 71 56
Binary 110011 10111001 1010101 1001000 0 110110 11011 10000111 111001 101110

Color Harmonies of #33B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B955

Black with #33B955

Text Example


Text Example

White with #33B955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,185,85); }

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

background-color css

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

 a { background-color: rgb(51,185,85); }

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

border-color css

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

 span { border-color: rgb(51,185,85); }

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