#305522

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

Shades of Palm Leaf #305522

Tints of Palm Leaf #305522

Color information

#305522 (or 0x305522) is unknown color: approx Palm Leaf. HEX triplet: 30, 55 and 22. RGB value is (48,85,34). Sum of RGB (Red+Green+Blue) = 48+85+34=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 34 (13.67% from 255 or 20.36% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #305522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305522 is #CFAADD. Grayscale: #444444. Windows color (decimal): -13609694 or 2250032. OLE color: 2250032.

HSL color Cylindrical-coordinate representation of color #305522: hue angle of 103.53º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305522 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB488534-
CMYK0.4400.600.67
HSL103.53º42.86%23.33%-
HSV(B)103.53º60%33.33%-
XYZ4.767.242.66-
YUV68.12108.74113.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 34 (13.67% from 255) = 20.36%
R=28.74%
G=50.90%
B=20.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885340.4400.600.67103.5342.8623.33
Hex3055222C03C43682b17
Octal6012542540741031505327
Binary110000101010110001010110001111001000011110100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305522; }

 p { color: rgb(48,85,34); }

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

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

 a { background-color: rgb(48,85,34); }

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

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

 span { border-color: rgb(48,85,34); }

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