#248337

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

Shades of Japanese Laurel #248337

Tints of Japanese Laurel #248337

Color information

#248337 (or 0x248337) is unknown color: approx Japanese Laurel. HEX triplet: 24, 83 and 37. RGB value is (36,131,55). Sum of RGB (Red+Green+Blue) = 36+131+55=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #248337 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248337 is #DB7CC8. Grayscale: #5E5E5E. Windows color (decimal): -14384329 or 3638052. OLE color: 3638052.

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

Color convert

RGB3613155-
CMYK0.7300.580.49
HSL132º56.89%32.75%-
HSV(B)132º72.52%51.37%-
XYZ9.5316.886.37-
YUV93.93106.0386.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 16.22%
GREEN value IS 131 (51.56% from 255) = 59.01%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=16.22%
G=59.01%
B=24.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal36131550.7300.580.4913256.8932.75
Hex2483374903A31843921
Octal4420367111072612047141
Binary100100100000111101111001001011101011000110000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #248337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #248337; }

 p { color: rgb(36,131,55); }

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

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

 a { background-color: rgb(36,131,55); }

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

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

 span { border-color: rgb(36,131,55); }

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