#317634

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

Shades of Japanese Laurel #317634

Tints of Japanese Laurel #317634

Color information

#317634 (or 0x317634) is unknown color: approx Japanese Laurel. HEX triplet: 31, 76 and 34. RGB value is (49,118,52). Sum of RGB (Red+Green+Blue) = 49+118+52=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #317634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317634 is #CE89CB. Grayscale: #5A5A5A. Windows color (decimal): -13535692 or 3438129. OLE color: 3438129.

HSL color Cylindrical-coordinate representation of color #317634: hue angle of 122.61º 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 #317634 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB4911852-
CMYK0.5800.560.54
HSL122.61º41.32%32.75%-
HSV(B)122.61º58.47%46.27%-
XYZ8.3613.865.48-
YUV89.84106.6498.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=22.37%
G=53.88%
B=23.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118520.5800.560.54122.6141.3232.75
Hex3176343A038367b2921
Octal611666472070661735141
Binary110001111011011010011101001110001101101111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317634; }

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

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

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

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

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

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

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

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