#24863C

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

Shades of Japanese Laurel #24863C

Tints of Japanese Laurel #24863C

Color information

#24863C (or 0x24863C) is unknown color: approx Japanese Laurel. HEX triplet: 24, 86 and 3C. RGB value is (36,134,60). Sum of RGB (Red+Green+Blue) = 36+134+60=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #24863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24863C is #DB79C3. Grayscale: #606060. Windows color (decimal): -14383556 or 3966500. OLE color: 3966500.

HSL color Cylindrical-coordinate representation of color #24863C: hue angle of 134.69º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #24863C is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB3613460-
CMYK0.7300.550.47
HSL134.69º57.65%33.33%-
HSV(B)134.69º73.13%52.55%-
XYZ10.0717.757.17-
YUV96.26107.5385.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.65%
GREEN value IS 134 (52.73% from 255) = 58.26%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=15.65%
G=58.26%
B=26.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36134600.7300.550.47134.6957.6533.33
Hex24863C490372F873a21
Octal4420674111067572077241
Binary100100100001101111001001001011011110111110000111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24863C; }

 p { color: rgb(36,134,60); }

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

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

 a { background-color: rgb(36,134,60); }

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

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

 span { border-color: rgb(36,134,60); }

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