Html Css Color HEX #33512B Palm Leaf

📋 copy color: '#33512B'

red 51 ◦ green 81 ◦ blue 43

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

Shades of Palm Leaf #33512B

Tints of Palm Leaf #33512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.57%

R = 29.14%
G = 46.29%
B = 24.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#33512B (or 0x33512B) is known color: Palm Leaf. HEX triplet: 33, 51 and 2B. RGB value is (51,81,43). Sum of RGB (Red+Green+Blue) = 51+81+43=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #33512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33512B is #CCAED4. Grayscale: #434343. Windows color (decimal): -13414101 or 2838835. OLE color: 2838835.

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

Color convert

RGB 51 81 43 -
CMYK 0.37 0 0.47 0.68
HSL 107.37º 0.31% 0.24% -
HSV(B) 107.37º 0.47% 0.32% -
XYZ 4.74 6.76 3.34 -
YUV 67.7 114.06 116.09 -
System Red Green Blue C M Y K H S L
Decimal 51 81 43 0.37 0 0.47 0.68 107.37 0.31 0.24
Hex 33 51 2B 25 0 2F 44 6B 1F 18
Octal 63 121 53 45 0 57 104 153 37 30
Binary 110011 1010001 101011 100101 0 101111 1000100 1101011 11111 11000

Color Harmonies of #33512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33512B

Black with #33512B

Text Example


Text Example

White with #33512B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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