#317527

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

Shades of Japanese Laurel #317527

Tints of Japanese Laurel #317527

Color information

#317527 (or 0x317527) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 27. RGB value is (49,117,39). Sum of RGB (Red+Green+Blue) = 49+117+39=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #317527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317527 is #CE8AD8. Grayscale: #585858. Windows color (decimal): -13535961 or 2585905. OLE color: 2585905.

HSL color Cylindrical-coordinate representation of color #317527: hue angle of 112.31º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #317527 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB4911739-
CMYK0.5800.670.54
HSL112.31º50%30.59%-
HSV(B)112.31º66.67%45.88%-
XYZ7.9913.524.11-
YUV87.78100.47100.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 117 (46.09% from 255) = 57.07%
BLUE value IS 39 (15.62% from 255) = 19.02%
R=23.90%
G=57.07%
B=19.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49117390.5800.670.54112.315030.59
Hex3175273A0433670321f
Octal6116547720103661606237
Binary110001111010110011111101001000011110110111000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317527; }

 p { color: rgb(49,117,39); }

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

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

 a { background-color: rgb(49,117,39); }

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

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

 span { border-color: rgb(49,117,39); }

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