#317838

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

Shades of Japanese Laurel #317838

Tints of Japanese Laurel #317838

Color information

#317838 (or 0x317838) is unknown color: approx Japanese Laurel. HEX triplet: 31, 78 and 38. RGB value is (49,120,56). Sum of RGB (Red+Green+Blue) = 49+120+56=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #317838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317838 is #CE87C7. Grayscale: #5B5B5B. Windows color (decimal): -13535176 or 3700785. OLE color: 3700785.

HSL color Cylindrical-coordinate representation of color #317838: hue angle of 125.92º 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 #317838 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB4912056-
CMYK0.5900.530.53
HSL125.92º42.01%33.14%-
HSV(B)125.92º59.17%47.06%-
XYZ8.714.376.06-
YUV91.48107.9897.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=21.78%
G=53.33%
B=24.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120560.5900.530.53125.9242.0133.14
Hex3178383B035357e2a21
Octal611707073065651765241
Binary110001111100011100011101101101011101011111110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317838; }

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

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

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

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

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

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

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

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