#334230

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

Shades of Palm Leaf #334230

Tints of Palm Leaf #334230

Color information

#334230 (or 0x334230) is unknown color: approx Palm Leaf. HEX triplet: 33, 42 and 30. RGB value is (51,66,48). Sum of RGB (Red+Green+Blue) = 51+66+48=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #334230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334230 is #CCBDCF. Grayscale: #3B3B3B. Windows color (decimal): -13417936 or 3162675. OLE color: 3162675.

HSL color Cylindrical-coordinate representation of color #334230: hue angle of 110º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #334230 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB516648-
CMYK0.2300.270.74
HSL110º15.79%22.35%-
HSV(B)110º27.27%25.88%-
XYZ3.854.813.52-
YUV59.46121.53121.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=30.91%
G=40%
B=29.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166480.2300.270.7411015.7922.35
Hex3342301701B4A6e1016
Octal6310260270331121562026
Binary110011100001011000010111011011100101011011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334230; }

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

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

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

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

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

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

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

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