#318733

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

Shades of Japanese Laurel #318733

Tints of Japanese Laurel #318733

Color information

#318733 (or 0x318733) is unknown color: approx Japanese Laurel. HEX triplet: 31, 87 and 33. RGB value is (49,135,51). Sum of RGB (Red+Green+Blue) = 49+135+51=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #318733 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318733 is #CE78CC. Grayscale: #636363. Windows color (decimal): -13531341 or 3376945. OLE color: 3376945.

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

Color convert

RGB4913551-
CMYK0.6400.620.47
HSL121.4º46.74%36.08%-
HSV(B)121.4º63.7%52.94%-
XYZ10.5318.226.09-
YUV99.71100.5191.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=20.85%
G=57.45%
B=21.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49135510.6400.620.47121.446.7436.08
Hex3187334003E2F792f24
Octal6120763100076571715744
Binary11000110000111110011100000001111101011111111001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318733; }

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

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

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

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

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

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

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

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