#316C2A

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

Shades of Japanese Laurel #316C2A

Tints of Japanese Laurel #316C2A

Color information

#316C2A (or 0x316C2A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 6C and 2A. RGB value is (49,108,42). Sum of RGB (Red+Green+Blue) = 49+108+42=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #316C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316C2A is #CE93D5. Grayscale: #535353. Windows color (decimal): -13538262 or 2780209. OLE color: 2780209.

HSL color Cylindrical-coordinate representation of color #316C2A: hue angle of 113.64º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316C2A is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB4910842-
CMYK0.5500.610.58
HSL113.64º44%29.41%-
HSV(B)113.64º61.11%42.35%-
XYZ7.0511.554.05-
YUV82.84104.95103.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 108 (42.58% from 255) = 54.27%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=24.62%
G=54.27%
B=21.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108420.5500.610.58113.644429.41
Hex316C2A3703D3A722c1d
Octal611545267075721625435
Binary11000111011001010101101110111101111010111001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316C2A; }

 p { color: rgb(49,108,42); }

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

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

 a { background-color: rgb(49,108,42); }

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

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

 span { border-color: rgb(49,108,42); }

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