#317629

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

Shades of Japanese Laurel #317629

Tints of Japanese Laurel #317629

Color information

#317629 (or 0x317629) is unknown color: approx Japanese Laurel. HEX triplet: 31, 76 and 29. RGB value is (49,118,41). Sum of RGB (Red+Green+Blue) = 49+118+41=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 118 (46.48% from 255 or 56.73% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 118 - color contains mainly: green. Hex color #317629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317629 is #CE89D6. Grayscale: #585858. Windows color (decimal): -13535703 or 2717233. OLE color: 2717233.

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

Color convert

RGB4911841-
CMYK0.5800.650.54
HSL113.77º48.43%31.18%-
HSV(B)113.77º65.25%46.27%-
XYZ8.1513.774.33-
YUV88.59101.1499.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 118 (46.48% from 255) = 56.73%
BLUE value IS 41 (16.41% from 255) = 19.71%
R=23.56%
G=56.73%
B=19.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49118410.5800.650.54113.7748.4331.18
Hex3176293A0413672301f
Octal6116651720101661626037
Binary110001111011010100111101001000001110110111001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317629; }

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

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

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

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

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

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

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

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