Html Css Color HEX #335529 Palm Leaf

📋 copy color: '#335529'

red 51 ◦ green 85 ◦ blue 41

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

Shades of Palm Leaf #335529

Tints of Palm Leaf #335529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 28.81%
G = 48.02%
B = 23.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#335529 (or 0x335529) is known color: Palm Leaf. HEX triplet: 33, 55 and 29. RGB value is (51,85,41). Sum of RGB (Red+Green+Blue) = 51+85+41=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #335529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335529 is #CCAAD6. Grayscale: #454545. Windows color (decimal): -13413079 or 2708787. OLE color: 2708787.

HSL color Cylindrical-coordinate representation of color #335529: hue angle of 106.36º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #335529 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 41 -
CMYK 0.40 0 0.52 0.67
HSL 106.36º 0.35% 0.25% -
HSV(B) 106.36º 0.52% 0.33% -
XYZ 5.01 7.36 3.25 -
YUV 69.82 111.74 114.58 -
System Red Green Blue C M Y K H S L
Decimal 51 85 41 0.40 0 0.52 0.67 106.36 0.35 0.25
Hex 33 55 29 28 0 34 43 6A 23 19
Octal 63 125 51 50 0 64 103 152 43 31
Binary 110011 1010101 101001 101000 0 110100 1000011 1101010 100011 11001

Color Harmonies of #335529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335529

Black with #335529

Text Example


Text Example

White with #335529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335529; }

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

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

background-color css

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

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

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

border-color css

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

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

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