#318F41

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

Shades of Japanese Laurel #318F41

Tints of Japanese Laurel #318F41

Color information

#318F41 (or 0x318F41) is unknown color: approx Japanese Laurel. HEX triplet: 31, 8F and 41. RGB value is (49,143,65). Sum of RGB (Red+Green+Blue) = 49+143+65=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 143 (56.25% from 255 or 55.64% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 143 - color contains mainly: green. Hex color #318F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318F41 is #CE70BE. Grayscale: #6A6A6A. Windows color (decimal): -13529279 or 4296497. OLE color: 4296497.

HSL color Cylindrical-coordinate representation of color #318F41: hue angle of 130.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F41 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB4914365-
CMYK0.6600.550.44
HSL130.21º48.96%37.65%-
HSV(B)130.21º65.73%56.08%-
XYZ12.0420.688.36-
YUV106104.8687.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 143 (56.25% from 255) = 55.64%
BLUE value IS 65 (25.78% from 255) = 25.29%
R=19.07%
G=55.64%
B=25.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49143650.6600.550.44130.2148.9637.65
Hex318F41420372C823126
Octal61217101102067542026146
Binary1100011000111110000011000010011011110110010000010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,143,65); }

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

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

 a { background-color: rgb(49,143,65); }

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

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

 span { border-color: rgb(49,143,65); }

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