Html Css Color HEX #335A1C Palm Leaf

📋 copy color: '#335A1C'

red 51 ◦ green 90 ◦ blue 28

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

Shades of Palm Leaf #335A1C

Tints of Palm Leaf #335A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 53.25%

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 30.18%
G = 53.25%
B = 16.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#335A1C (or 0x335A1C) is known color: Palm Leaf. HEX triplet: 33, 5A and 1C. RGB value is (51,90,28). Sum of RGB (Red+Green+Blue) = 51+90+28=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #335A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335A1C is #CCA5E3. Grayscale: #474747. Windows color (decimal): -13411812 or 1858099. OLE color: 1858099.

HSL color Cylindrical-coordinate representation of color #335A1C: hue angle of 97.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335A1C is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 90 28 -
CMYK 0.43 0 0.69 0.65
HSL 97.74º 0.53% 0.23% -
HSV(B) 97.74º 0.69% 0.35% -
XYZ 5.23 8.1 2.39 -
YUV 71.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 51 90 28 0.43 0 0.69 0.65 97.74 0.53 0.23
Hex 33 5A 1C 2B 0 45 41 62 35 17
Octal 63 132 34 53 0 105 101 142 65 27
Binary 110011 1011010 11100 101011 0 1000101 1000001 1100010 110101 10111

Color Harmonies of #335A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335A1C

Black with #335A1C

Text Example


Text Example

White with #335A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335A1C; }

 p { color: rgb(51,90,28); }

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

background-color css

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

 a { background-color: rgb(51,90,28); }

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

border-color css

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

 span { border-color: rgb(51,90,28); }

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