#334630

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

Shades of Palm Leaf #334630

Tints of Palm Leaf #334630

Color information

#334630 (or 0x334630) is unknown color: approx Palm Leaf. HEX triplet: 33, 46 and 30. RGB value is (51,70,48). Sum of RGB (Red+Green+Blue) = 51+70+48=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #334630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334630 is #CCB9CF. Grayscale: #3D3D3D. Windows color (decimal): -13416912 or 3163699. OLE color: 3163699.

HSL color Cylindrical-coordinate representation of color #334630: hue angle of 111.82º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #334630 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB517048-
CMYK0.2700.310.73
HSL111.82º18.64%23.14%-
HSV(B)111.82º31.43%27.45%-
XYZ4.095.33.6-
YUV61.81120.21120.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=30.18%
G=41.42%
B=28.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5170480.2700.310.73111.8218.6423.14
Hex3346301B01F49701317
Octal6310660330371111602327
Binary110011100011011000011011011111100100111100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334630; }

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

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

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

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

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

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

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

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