#318933

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

Shades of Japanese Laurel #318933

Tints of Japanese Laurel #318933

Color information

#318933 (or 0x318933) is unknown color: approx Japanese Laurel. HEX triplet: 31, 89 and 33. RGB value is (49,137,51). Sum of RGB (Red+Green+Blue) = 49+137+51=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #318933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318933 is #CE76CC. Grayscale: #656565. Windows color (decimal): -13530829 or 3377457. OLE color: 3377457.

HSL color Cylindrical-coordinate representation of color #318933: hue angle of 121.36º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318933 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB4913751-
CMYK0.6400.630.46
HSL121.36º47.31%36.47%-
HSV(B)121.36º64.23%53.73%-
XYZ10.8118.786.19-
YUV100.8899.8590.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 137 (53.91% from 255) = 57.81%
BLUE value IS 51 (20.31% from 255) = 21.52%
R=20.68%
G=57.81%
B=21.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49137510.6400.630.46121.3647.3136.47
Hex3189334003F2E792f24
Octal6121163100077561715744
Binary11000110001001110011100000001111111011101111001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318933; }

 p { color: rgb(49,137,51); }

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

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

 a { background-color: rgb(49,137,51); }

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

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

 span { border-color: rgb(49,137,51); }

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