#317030

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

Shades of Japanese Laurel #317030

Tints of Japanese Laurel #317030

Color information

#317030 (or 0x317030) is unknown color: approx Japanese Laurel. HEX triplet: 31, 70 and 30. RGB value is (49,112,48). Sum of RGB (Red+Green+Blue) = 49+112+48=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #317030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317030 is #CE8FCF. Grayscale: #565656. Windows color (decimal): -13537232 or 3174449. OLE color: 3174449.

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

Color convert

RGB4911248-
CMYK0.5600.570.56
HSL119.06º40%31.37%-
HSV(B)119.06º57.14%43.92%-
XYZ7.5912.454.8-
YUV85.87106.63101.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=23.44%
G=53.59%
B=22.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112480.5600.570.56119.064031.37
Hex317030380393877281f
Octal611606070071701675037
Binary11000111100001100001110000111001111000111011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317030; }

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

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

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

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

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

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

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

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