#318B33

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

Shades of Japanese Laurel #318B33

Tints of Japanese Laurel #318B33

Color information

#318B33 (or 0x318B33) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8B and 33. RGB value is (49,139,51). Sum of RGB (Red+Green+Blue) = 49+139+51=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #318B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B33 is #CE74CC. Grayscale: #666666. Windows color (decimal): -13530317 or 3377969. OLE color: 3377969.

HSL color Cylindrical-coordinate representation of color #318B33: hue angle of 121.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318B33 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB4913951-
CMYK0.6500.630.45
HSL121.33º47.87%36.86%-
HSV(B)121.33º64.75%54.51%-
XYZ11.119.366.28-
YUV102.0699.1890.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 139 (54.69% from 255) = 58.16%
BLUE value IS 51 (20.31% from 255) = 21.34%
R=20.50%
G=58.16%
B=21.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49139510.6500.630.45121.3347.8736.86
Hex318B334103F2D793025
Octal6121363101077551716045
Binary11000110001011110011100000101111111011011111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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