#305416

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

Shades of Palm Leaf #305416

Tints of Palm Leaf #305416

Color information

#305416 (or 0x305416) is unknown color: approx Palm Leaf. HEX triplet: 30, 54 and 16. RGB value is (48,84,22). Sum of RGB (Red+Green+Blue) = 48+84+22=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #305416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305416 is #CFABE9. Grayscale: #424242. Windows color (decimal): -13609962 or 1463344. OLE color: 1463344.

HSL color Cylindrical-coordinate representation of color #305416: hue angle of 94.84º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305416 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB488422-
CMYK0.4300.740.67
HSL94.84º58.49%20.78%-
HSV(B)94.84º73.81%32.94%-
XYZ4.537.031.88-
YUV66.17103.07115.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=31.17%
G=54.55%
B=14.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884220.4300.740.6794.8458.4920.78
Hex3054162B04A435f3a15
Octal60124265301121031377225
Binary110000101010010110101011010010101000011101111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305416; }

 p { color: rgb(48,84,22); }

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

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

 a { background-color: rgb(48,84,22); }

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

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

 span { border-color: rgb(48,84,22); }

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