#317633

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

Shades of Japanese Laurel #317633

Tints of Japanese Laurel #317633

Color information

#317633 (or 0x317633) is unknown color: approx Japanese Laurel. HEX triplet: 31, 76 and 33. RGB value is (49,118,51). Sum of RGB (Red+Green+Blue) = 49+118+51=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #317633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317633 is #CE89CC. Grayscale: #595959. Windows color (decimal): -13535693 or 3372593. OLE color: 3372593.

HSL color Cylindrical-coordinate representation of color #317633: hue angle of 121.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #317633 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB4911851-
CMYK0.5800.570.54
HSL121.74º41.32%32.75%-
HSV(B)121.74º58.47%46.27%-
XYZ8.3413.855.37-
YUV89.73106.1498.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=22.48%
G=54.13%
B=23.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118510.5800.570.54121.7441.3232.75
Hex3176333A039367a2921
Octal611666372071661725141
Binary110001111011011001111101001110011101101111010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317633; }

 p { color: rgb(49,118,51); }

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

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

 a { background-color: rgb(49,118,51); }

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

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

 span { border-color: rgb(49,118,51); }

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