#24823A

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

Shades of Japanese Laurel #24823A

Tints of Japanese Laurel #24823A

Color information

#24823A (or 0x24823A) is unknown color: approx Japanese Laurel. HEX triplet: 24, 82 and 3A. RGB value is (36,130,58). Sum of RGB (Red+Green+Blue) = 36+130+58=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #24823A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #24823A is #DB7DC5. Grayscale: #5D5D5D. Windows color (decimal): -14384582 or 3834404. OLE color: 3834404.

HSL color Cylindrical-coordinate representation of color #24823A: hue angle of 134.04º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24823A is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB3613058-
CMYK0.7200.550.49
HSL134.04º56.63%32.55%-
HSV(B)134.04º72.31%50.98%-
XYZ9.4716.656.72-
YUV93.69107.8686.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.07%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 58 (23.05% from 255) = 25.89%
R=16.07%
G=58.04%
B=25.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36130580.7200.550.49134.0456.6332.55
Hex24823A4803731863921
Octal4420272110067612067141
Binary100100100000101110101001000011011111000110000110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24823A; }

 p { color: rgb(36,130,58); }

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

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

 a { background-color: rgb(36,130,58); }

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

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

 span { border-color: rgb(36,130,58); }

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