Html Css Color HEX #335121 Palm Leaf

📋 copy color: '#335121'

red 51 ◦ green 81 ◦ blue 33

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

Shades of Palm Leaf #335121

Tints of Palm Leaf #335121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20%

R = 30.91%
G = 49.09%
B = 20%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#335121 (or 0x335121) is known color: Palm Leaf. HEX triplet: 33, 51 and 21. RGB value is (51,81,33). Sum of RGB (Red+Green+Blue) = 51+81+33=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #335121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335121 is #CCAEDE. Grayscale: #424242. Windows color (decimal): -13414111 or 2183475. OLE color: 2183475.

HSL color Cylindrical-coordinate representation of color #335121: hue angle of 97.5º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #335121 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 81 33 -
CMYK 0.37 0 0.59 0.68
HSL 97.5º 0.42% 0.22% -
HSV(B) 97.5º 0.59% 0.32% -
XYZ 4.58 6.7 2.49 -
YUV 66.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 51 81 33 0.37 0 0.59 0.68 97.5 0.42 0.22
Hex 33 51 21 25 0 3B 44 62 2A 16
Octal 63 121 41 45 0 73 104 142 52 26
Binary 110011 1010001 100001 100101 0 111011 1000100 1100010 101010 10110

Color Harmonies of #335121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335121

Black with #335121

Text Example


Text Example

White with #335121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335121; }

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

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

background-color css

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

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

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

border-color css

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

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

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