Html Css Color HEX #33552F Palm Leaf

📋 copy color: '#33552F'

red 51 ◦ green 85 ◦ blue 47

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

Shades of Palm Leaf #33552F

Tints of Palm Leaf #33552F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

 BLUE value IS 47 (18.75% from 255) = 25.68%

R = 27.87%
G = 46.45%
B = 25.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#33552F (or 0x33552F) is known color: Palm Leaf. HEX triplet: 33, 55 and 2F. RGB value is (51,85,47). Sum of RGB (Red+Green+Blue) = 51+85+47=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #33552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33552F is #CCAAD0. Grayscale: #464646. Windows color (decimal): -13413073 or 3102003. OLE color: 3102003.

HSL color Cylindrical-coordinate representation of color #33552F: hue angle of 113.68º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33552F is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 47 -
CMYK 0.40 0 0.45 0.67
HSL 113.68º 0.29% 0.26% -
HSV(B) 113.68º 0.45% 0.33% -
XYZ 5.13 7.41 3.85 -
YUV 70.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 51 85 47 0.40 0 0.45 0.67 113.68 0.29 0.26
Hex 33 55 2F 28 0 2D 43 72 1D 1A
Octal 63 125 57 50 0 55 103 162 35 32
Binary 110011 1010101 101111 101000 0 101101 1000011 1110010 11101 11010

Color Harmonies of #33552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33552F

Black with #33552F

Text Example


Text Example

White with #33552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33552F; }

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

 H1.HeaderClassName
 {
   color: #33552F;
 }
 .AnyTagClassName
 {
   color: #33552F;
 }
</style>

background-color css

<style>
 a { background-color: #33552F; }

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

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

border-color css

<style>
 span { border-color: #33552F; }

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

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