#318833

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

Shades of Japanese Laurel #318833

Tints of Japanese Laurel #318833

Color information

#318833 (or 0x318833) is unknown color: approx Japanese Laurel. HEX triplet: 31, 88 and 33. RGB value is (49,136,51). Sum of RGB (Red+Green+Blue) = 49+136+51=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #318833 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318833 is #CE77CC. Grayscale: #646464. Windows color (decimal): -13531085 or 3377201. OLE color: 3377201.

HSL color Cylindrical-coordinate representation of color #318833: hue angle of 121.38º 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 #318833 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB4913651-
CMYK0.6400.620.47
HSL121.38º47.03%36.27%-
HSV(B)121.38º63.97%53.33%-
XYZ10.6718.56.14-
YUV100.3100.1891.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 136 (53.52% from 255) = 57.63%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=20.76%
G=57.63%
B=21.61%

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
Decimal49136510.6400.620.47121.3847.0336.27
Hex3188334003E2F792f24
Octal6121063100076571715744
Binary11000110001000110011100000001111101011111111001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318833; }

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

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

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

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

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

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

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

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