#318142

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

Shades of Japanese Laurel #318142

Tints of Japanese Laurel #318142

Color information

#318142 (or 0x318142) is unknown color: approx Japanese Laurel. HEX triplet: 31, 81 and 42. RGB value is (49,129,66). Sum of RGB (Red+Green+Blue) = 49+129+66=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #318142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318142 is #CE7EBD. Grayscale: #626262. Windows color (decimal): -13532862 or 4358449. OLE color: 4358449.

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

Color convert

RGB4912966-
CMYK0.6200.490.49
HSL132.75º44.94%34.9%-
HSV(B)132.75º62.02%50.59%-
XYZ10.116.757.85-
YUV97.911093.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 129 (50.78% from 255) = 52.87%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=20.08%
G=52.87%
B=27.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129660.6200.490.49132.7544.9434.9
Hex3181423E03131852d23
Octal6120110276061612055543
Binary110001100000011000010111110011000111000110000101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318142; }

 p { color: rgb(49,129,66); }

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

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

 a { background-color: rgb(49,129,66); }

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

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

 span { border-color: rgb(49,129,66); }

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