#305326

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

Shades of Palm Leaf #305326

Tints of Palm Leaf #305326

Color information

#305326 (or 0x305326) is unknown color: approx Palm Leaf. HEX triplet: 30, 53 and 26. RGB value is (48,83,38). Sum of RGB (Red+Green+Blue) = 48+83+38=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #305326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305326 is #CFACD9. Grayscale: #434343. Windows color (decimal): -13610202 or 2511664. OLE color: 2511664.

HSL color Cylindrical-coordinate representation of color #305326: hue angle of 106.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #305326 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB488338-
CMYK0.4200.540.67
HSL106.67º37.19%23.73%-
HSV(B)106.67º54.22%32.55%-
XYZ4.666.952.93-
YUV67.4111.4114.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 38 (15.23% from 255) = 22.49%
R=28.40%
G=49.11%
B=22.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883380.4200.540.67106.6737.1923.73
Hex3053262A036436b2518
Octal6012346520661031534530
Binary110000101001110011010101001101101000011110101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305326; }

 p { color: rgb(48,83,38); }

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

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

 a { background-color: rgb(48,83,38); }

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

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

 span { border-color: rgb(48,83,38); }

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