#318440

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

Shades of Japanese Laurel #318440

Tints of Japanese Laurel #318440

Color information

#318440 (or 0x318440) is unknown color: approx Japanese Laurel. HEX triplet: 31, 84 and 40. RGB value is (49,132,64). Sum of RGB (Red+Green+Blue) = 49+132+64=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #318440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318440 is #CE7BBF. Grayscale: #636363. Windows color (decimal): -13532096 or 4228145. OLE color: 4228145.

HSL color Cylindrical-coordinate representation of color #318440: hue angle of 130.84º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318440 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB4913264-
CMYK0.6300.520.48
HSL130.84º45.86%35.49%-
HSV(B)130.84º62.88%51.76%-
XYZ10.4417.537.68-
YUV99.4310892.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=20%
G=53.88%
B=26.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132640.6300.520.48130.8445.8635.49
Hex3184403F03430832e23
Octal6120410077064602035643
Binary110001100001001000000111111011010011000010000011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318440; }

 p { color: rgb(49,132,64); }

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

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

 a { background-color: rgb(49,132,64); }

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

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

 span { border-color: rgb(49,132,64); }

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