#317529

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

Shades of Japanese Laurel #317529

Tints of Japanese Laurel #317529

Color information

#317529 (or 0x317529) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 29. RGB value is (49,117,41). Sum of RGB (Red+Green+Blue) = 49+117+41=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #317529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317529 is #CE8AD6. Grayscale: #585858. Windows color (decimal): -13535959 or 2716977. OLE color: 2716977.

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

Color convert

RGB4911741-
CMYK0.5800.650.54
HSL113.68º48.1%30.98%-
HSV(B)113.68º64.96%45.88%-
XYZ8.0313.544.29-
YUV88101.47100.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=23.67%
G=56.52%
B=19.81%

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
Decimal49117410.5800.650.54113.6848.130.98
Hex3175293A0413672301f
Octal6116551720101661626037
Binary110001111010110100111101001000001110110111001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317529; }

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

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

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

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

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

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

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

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