Html Css Color HEX #33541D Palm Leaf

📋 copy color: '#33541D'

red 51 ◦ green 84 ◦ blue 29

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

Shades of Palm Leaf #33541D

Tints of Palm Leaf #33541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 31.1%
G = 51.22%
B = 17.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#33541D (or 0x33541D) is known color: Palm Leaf. HEX triplet: 33, 54 and 1D. RGB value is (51,84,29). Sum of RGB (Red+Green+Blue) = 51+84+29=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #33541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33541D is #CCABE2. Grayscale: #444444. Windows color (decimal): -13413347 or 1922099. OLE color: 1922099.

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

Color convert

RGB 51 84 29 -
CMYK 0.39 0 0.65 0.67
HSL 96º 0.49% 0.22% -
HSV(B) 96º 0.65% 0.33% -
XYZ 4.76 7.13 2.29 -
YUV 67.86 106.07 115.97 -
System Red Green Blue C M Y K H S L
Decimal 51 84 29 0.39 0 0.65 0.67 96 0.49 0.22
Hex 33 54 1D 27 0 41 43 60 31 16
Octal 63 124 35 47 0 101 103 140 61 26
Binary 110011 1010100 11101 100111 0 1000001 1000011 1100000 110001 10110

Color Harmonies of #33541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33541D

Black with #33541D

Text Example


Text Example

White with #33541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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