#318039

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

Shades of Japanese Laurel #318039

Tints of Japanese Laurel #318039

Color information

#318039 (or 0x318039) is unknown color: approx Japanese Laurel. HEX triplet: 31, 80 and 39. RGB value is (49,128,57). Sum of RGB (Red+Green+Blue) = 49+128+57=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #318039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318039 is #CE7FC6. Grayscale: #606060. Windows color (decimal): -13533127 or 3768369. OLE color: 3768369.

HSL color Cylindrical-coordinate representation of color #318039: hue angle of 126.08º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318039 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB4912857-
CMYK0.6200.550.50
HSL126.08º44.63%34.71%-
HSV(B)126.08º61.72%50.2%-
XYZ9.7216.396.52-
YUV96.28105.8394.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 128 (50.39% from 255) = 54.70%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=20.94%
G=54.70%
B=24.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128570.6200.550.50126.0844.6334.71
Hex3180393E037327e2d23
Octal612007176067621765543
Binary1100011000000011100111111001101111100101111110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318039; }

 p { color: rgb(49,128,57); }

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

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

 a { background-color: rgb(49,128,57); }

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

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

 span { border-color: rgb(49,128,57); }

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