#247520

Color #247520 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #247520

Tints of Japanese Laurel #247520

Color information

#247520 (or 0x247520) is unknown color: approx Japanese Laurel. HEX triplet: 24, 75 and 20. RGB value is (36,117,32). Sum of RGB (Red+Green+Blue) = 36+117+32=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #247520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247520 is #DB8ADF. Grayscale: #535353. Windows color (decimal): -14387936 or 2127140. OLE color: 2127140.

HSL color Cylindrical-coordinate representation of color #247520: hue angle of 117.18º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247520 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB3611732-
CMYK0.6900.730.54
HSL117.18º57.05%29.22%-
HSV(B)117.18º72.65%45.88%-
XYZ7.3513.23.53-
YUV83.0999.1694.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.46%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=19.46%
G=63.24%
B=17.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal36117320.6900.730.54117.1857.0529.22
Hex247520450493675391d
Octal44165401050111661657135
Binary1001001110101100000100010101001001110110111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247520; }

 p { color: rgb(36,117,32); }

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

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

 a { background-color: rgb(36,117,32); }

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

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

 span { border-color: rgb(36,117,32); }

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