#304523

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

Shades of Palm Leaf #304523

Tints of Palm Leaf #304523

Color information

#304523 (or 0x304523) is unknown color: approx Palm Leaf. HEX triplet: 30, 45 and 23. RGB value is (48,69,35). Sum of RGB (Red+Green+Blue) = 48+69+35=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #304523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304523 is #CFBADC. Grayscale: #3A3A3A. Windows color (decimal): -13613789 or 2311472. OLE color: 2311472.

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

Color convert

RGB486935-
CMYK0.3000.490.73
HSL97.06º32.69%20.39%-
HSV(B)97.06º49.28%27.06%-
XYZ3.655.012.36-
YUV58.85114.54120.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=31.58%
G=45.39%
B=23.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4869350.3000.490.7397.0632.6920.39
Hex3045231E03149612114
Octal6010543360611111414124
Binary11000010001011000111111001100011001001110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304523; }

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

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

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

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

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

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

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

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