#318436

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

Shades of Japanese Laurel #318436

Tints of Japanese Laurel #318436

Color information

#318436 (or 0x318436) is unknown color: approx Japanese Laurel. HEX triplet: 31, 84 and 36. RGB value is (49,132,54). Sum of RGB (Red+Green+Blue) = 49+132+54=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #318436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318436 is #CE7BC9. Grayscale: #626262. Windows color (decimal): -13532106 or 3572785. OLE color: 3572785.

HSL color Cylindrical-coordinate representation of color #318436: hue angle of 123.61º 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 #318436 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB4913254-
CMYK0.6300.590.48
HSL123.61º45.86%35.49%-
HSV(B)123.61º62.88%51.76%-
XYZ10.1817.426.32-
YUV98.2910392.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 132 (51.95% from 255) = 56.17%
BLUE value IS 54 (21.48% from 255) = 22.98%
R=20.85%
G=56.17%
B=22.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132540.6300.590.48123.6145.8635.49
Hex3184363F03B307c2e23
Octal612046677073601745643
Binary1100011000010011011011111101110111100001111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318436; }

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

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

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

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

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

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

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

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