Html Css Color HEX #33541E Palm Leaf

📋 copy color: '#33541E'

red 51 ◦ green 84 ◦ blue 30

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

Shades of Palm Leaf #33541E

Tints of Palm Leaf #33541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.91%

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 30.91%
G = 50.91%
B = 18.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#33541E (or 0x33541E) is known color: Palm Leaf. HEX triplet: 33, 54 and 1E. RGB value is (51,84,30). Sum of RGB (Red+Green+Blue) = 51+84+30=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #33541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33541E is #CCABE1. Grayscale: #444444. Windows color (decimal): -13413346 or 1987635. OLE color: 1987635.

HSL color Cylindrical-coordinate representation of color #33541E: hue angle of 96.67º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33541E is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 84 30 -
CMYK 0.39 0 0.64 0.67
HSL 96.67º 0.47% 0.22% -
HSV(B) 96.67º 0.64% 0.33% -
XYZ 4.77 7.14 2.35 -
YUV 67.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 51 84 30 0.39 0 0.64 0.67 96.67 0.47 0.22
Hex 33 54 1E 27 0 40 43 61 2F 16
Octal 63 124 36 47 0 100 103 141 57 26
Binary 110011 1010100 11110 100111 0 1000000 1000011 1100001 101111 10110

Color Harmonies of #33541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33541E

Black with #33541E

Text Example


Text Example

White with #33541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33541E; }

 p { color: rgb(51,84,30); }

 H1.HeaderClassName
 {
   color: #33541E;
 }
 .AnyTagClassName
 {
   color: #33541E;
 }
</style>

background-color css

<style>
 a { background-color: #33541E; }

 a { background-color: rgb(51,84,30); }

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

border-color css

<style>
 span { border-color: #33541E; }

 span { border-color: rgb(51,84,30); }

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