#317837

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

Shades of Japanese Laurel #317837

Tints of Japanese Laurel #317837

Color information

#317837 (or 0x317837) is unknown color: approx Japanese Laurel. HEX triplet: 31, 78 and 37. RGB value is (49,120,55). Sum of RGB (Red+Green+Blue) = 49+120+55=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #317837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317837 is #CE87C8. Grayscale: #5B5B5B. Windows color (decimal): -13535177 or 3635249. OLE color: 3635249.

HSL color Cylindrical-coordinate representation of color #317837: hue angle of 125.07º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317837 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB4912055-
CMYK0.5900.540.53
HSL125.07º42.01%33.14%-
HSV(B)125.07º59.17%47.06%-
XYZ8.6714.365.93-
YUV91.36107.4897.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 55 (21.88% from 255) = 24.55%
R=21.88%
G=53.57%
B=24.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120550.5900.540.53125.0742.0133.14
Hex3178373B036357d2a21
Octal611706773066651755241
Binary110001111100011011111101101101101101011111101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317837; }

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

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

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

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

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

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

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

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