#335023

Color #335023 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #335023

Tints of Palm Leaf #335023

Color information

#335023 (or 0x335023) is unknown color: approx Palm Leaf. HEX triplet: 33, 50 and 23. RGB value is (51,80,35). Sum of RGB (Red+Green+Blue) = 51+80+35=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #335023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335023 is #CCAFDC. Grayscale: #424242. Windows color (decimal): -13414365 or 2314291. OLE color: 2314291.

HSL color Cylindrical-coordinate representation of color #335023: hue angle of 98.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335023 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB518035-
CMYK0.3600.560.69
HSL98.67º39.13%22.55%-
HSV(B)98.67º56.25%31.37%-
XYZ4.546.562.62-
YUV66.2110.39117.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 80 (31.64% from 255) = 48.19%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=30.72%
G=48.19%
B=21.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180350.3600.560.6998.6739.1322.55
Hex3350232403845632717
Octal6312043440701051434727
Binary110011101000010001110010001110001000101110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335023; }

 p { color: rgb(51,80,35); }

 H1.HeaderClassName
 {
   color: #335023;
 }
 .AnyTagClassName
 {
   color: #335023;
 }
</style>
background-color css

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

 a { background-color: rgb(51,80,35); }

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

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

 span { border-color: rgb(51,80,35); }

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