#334130

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

Shades of Palm Leaf #334130

Tints of Palm Leaf #334130

Color information

#334130 (or 0x334130) is unknown color: approx Palm Leaf. HEX triplet: 33, 41 and 30. RGB value is (51,65,48). Sum of RGB (Red+Green+Blue) = 51+65+48=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #334130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334130 is #CCBECF. Grayscale: #3A3A3A. Windows color (decimal): -13418192 or 3162419. OLE color: 3162419.

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

Color convert

RGB516548-
CMYK0.2200.260.75
HSL109.41º15.04%22.16%-
HSV(B)109.41º26.15%25.49%-
XYZ3.794.73.5-
YUV58.88121.86122.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=31.10%
G=39.63%
B=29.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165480.2200.260.75109.4115.0422.16
Hex3341301601A4B6df16
Octal6310160260321131551726
Binary11001110000011100001011001101010010111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334130; }

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

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

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

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

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

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

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

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