#318A3C

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

Shades of Japanese Laurel #318A3C

Tints of Japanese Laurel #318A3C

Color information

#318A3C (or 0x318A3C) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8A and 3C. RGB value is (49,138,60). Sum of RGB (Red+Green+Blue) = 49+138+60=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #318A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318A3C is #CE75C3. Grayscale: #666666. Windows color (decimal): -13530564 or 3967537. OLE color: 3967537.

HSL color Cylindrical-coordinate representation of color #318A3C: hue angle of 127.42º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318A3C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB4913860-
CMYK0.6400.570.46
HSL127.42º47.59%36.67%-
HSV(B)127.42º64.49%54.12%-
XYZ11.1719.167.38-
YUV102.5104.0189.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 138 (54.30% from 255) = 55.87%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=19.84%
G=55.87%
B=24.29%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49138600.6400.570.46127.4247.5936.67
Hex318A3C400392E7f3025
Octal6121274100071561776045
Binary11000110001010111100100000001110011011101111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318A3C; }

 p { color: rgb(49,138,60); }

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

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

 a { background-color: rgb(49,138,60); }

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

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

 span { border-color: rgb(49,138,60); }

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