#304525

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

Shades of Palm Leaf #304525

Tints of Palm Leaf #304525

Color information

#304525 (or 0x304525) is unknown color: approx Palm Leaf. HEX triplet: 30, 45 and 25. RGB value is (48,69,37). Sum of RGB (Red+Green+Blue) = 48+69+37=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #304525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304525 is #CFBADA. Grayscale: #3B3B3B. Windows color (decimal): -13613787 or 2442544. OLE color: 2442544.

HSL color Cylindrical-coordinate representation of color #304525: hue angle of 99.38º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304525 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB486937-
CMYK0.3000.460.73
HSL99.38º30.19%20.78%-
HSV(B)99.38º46.38%27.06%-
XYZ3.685.022.52-
YUV59.07115.54120.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=31.17%
G=44.81%
B=24.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869370.3000.460.7399.3830.1920.78
Hex3045251E02E49631e15
Octal6010545360561111433625
Binary1100001000101100101111100101110100100111000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304525; }

 p { color: rgb(48,69,37); }

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

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

 a { background-color: rgb(48,69,37); }

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

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

 span { border-color: rgb(48,69,37); }

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