#317735

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

Shades of Japanese Laurel #317735

Tints of Japanese Laurel #317735

Color information

#317735 (or 0x317735) is unknown color: approx Japanese Laurel. HEX triplet: 31, 77 and 35. RGB value is (49,119,53). Sum of RGB (Red+Green+Blue) = 49+119+53=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 53 (21.09% from 255 or 23.98% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #317735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317735 is #CE88CA. Grayscale: #5A5A5A. Windows color (decimal): -13535435 or 3503921. OLE color: 3503921.

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

Color convert

RGB4911953-
CMYK0.5900.550.53
HSL123.43º41.67%32.94%-
HSV(B)123.43º58.82%46.67%-
XYZ8.5114.15.64-
YUV90.55106.8198.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 53 (21.09% from 255) = 23.98%
R=22.17%
G=53.85%
B=23.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119530.5900.550.53123.4341.6732.94
Hex3177353B037357b2a21
Octal611676573067651735241
Binary110001111011111010111101101101111101011111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317735; }

 p { color: rgb(49,119,53); }

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

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

 a { background-color: rgb(49,119,53); }

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

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

 span { border-color: rgb(49,119,53); }

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