#317827

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

Shades of Japanese Laurel #317827

Tints of Japanese Laurel #317827

Color information

#317827 (or 0x317827) is unknown color: approx Japanese Laurel. HEX triplet: 31, 78 and 27. RGB value is (49,120,39). Sum of RGB (Red+Green+Blue) = 49+120+39=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #317827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317827 is #CE87D8. Grayscale: #595959. Windows color (decimal): -13535193 or 2586673. OLE color: 2586673.

HSL color Cylindrical-coordinate representation of color #317827: hue angle of 112.59º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317827 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB4912039-
CMYK0.5900.670.53
HSL112.59º50.94%31.18%-
HSV(B)112.59º67.5%47.06%-
XYZ8.3514.234.23-
YUV89.5499.4899.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=23.56%
G=57.69%
B=18.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120390.5900.670.53112.5950.9431.18
Hex3178273B0433571331f
Octal6117047730103651616337
Binary110001111100010011111101101000011110101111000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317827; }

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

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

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

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

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

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

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

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