#317027

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

Shades of Japanese Laurel #317027

Tints of Japanese Laurel #317027

Color information

#317027 (or 0x317027) is unknown color: approx Japanese Laurel. HEX triplet: 31, 70 and 27. RGB value is (49,112,39). Sum of RGB (Red+Green+Blue) = 49+112+39=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #317027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317027 is #CE8FD8. Grayscale: #555555. Windows color (decimal): -13537241 or 2584625. OLE color: 2584625.

HSL color Cylindrical-coordinate representation of color #317027: hue angle of 111.78º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317027 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB4911239-
CMYK0.5600.650.56
HSL111.78º48.34%29.61%-
HSV(B)111.78º65.18%43.92%-
XYZ7.4312.393.92-
YUV84.84102.13102.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 112 (44.14% from 255) = 56%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=24.5%
G=56%
B=19.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112390.5600.650.56111.7848.3429.61
Hex317027380413870301e
Octal6116047700101701606036
Binary110001111000010011111100001000001111000111000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317027; }

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

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

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

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

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

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

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

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