#334030

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

Shades of Palm Leaf #334030

Tints of Palm Leaf #334030

Color information

#334030 (or 0x334030) is unknown color: approx Palm Leaf. HEX triplet: 33, 40 and 30. RGB value is (51,64,48). Sum of RGB (Red+Green+Blue) = 51+64+48=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #334030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334030 is #CCBFCF. Grayscale: #3A3A3A. Windows color (decimal): -13418448 or 3162163. OLE color: 3162163.

HSL color Cylindrical-coordinate representation of color #334030: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #334030 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB516448-
CMYK0.2000.250.75
HSL108.75º14.29%21.96%-
HSV(B)108.75º25%25.1%-
XYZ3.734.583.48-
YUV58.29122.19122.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=31.29%
G=39.26%
B=29.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164480.2000.250.75108.7514.2921.96
Hex334030140194B6de16
Octal6310060240311131551626
Binary11001110000001100001010001100110010111101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334030; }

 p { color: rgb(51,64,48); }

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

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

 a { background-color: rgb(51,64,48); }

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

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

 span { border-color: rgb(51,64,48); }

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