Html Css Color HEX #33512D Palm Leaf

📋 copy color: '#33512D'

red 51 ◦ green 81 ◦ blue 45

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

Shades of Palm Leaf #33512D

Tints of Palm Leaf #33512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.76%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 28.81%
G = 45.76%
B = 25.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#33512D (or 0x33512D) is known color: Palm Leaf. HEX triplet: 33, 51 and 2D. RGB value is (51,81,45). Sum of RGB (Red+Green+Blue) = 51+81+45=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #33512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33512D is #CCAED2. Grayscale: #444444. Windows color (decimal): -13414099 or 2969907. OLE color: 2969907.

HSL color Cylindrical-coordinate representation of color #33512D: hue angle of 110º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #33512D is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 45 -
CMYK 0.37 0 0.44 0.68
HSL 110º 0.29% 0.25% -
HSV(B) 110º 0.44% 0.32% -
XYZ 4.78 6.78 3.54 -
YUV 67.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 51 81 45 0.37 0 0.44 0.68 110 0.29 0.25
Hex 33 51 2D 25 0 2C 44 6E 1D 19
Octal 63 121 55 45 0 54 104 156 35 31
Binary 110011 1010001 101101 100101 0 101100 1000100 1101110 11101 11001

Color Harmonies of #33512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33512D

Black with #33512D

Text Example


Text Example

White with #33512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33512D; }

 p { color: rgb(51,81,45); }

 H1.HeaderClassName
 {
   color: #33512D;
 }
 .AnyTagClassName
 {
   color: #33512D;
 }
</style>

background-color css

<style>
 a { background-color: #33512D; }

 a { background-color: rgb(51,81,45); }

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

border-color css

<style>
 span { border-color: #33512D; }

 span { border-color: rgb(51,81,45); }

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