#317534

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

Shades of Japanese Laurel #317534

Tints of Japanese Laurel #317534

Color information

#317534 (or 0x317534) is unknown color: approx Japanese Laurel. HEX triplet: 31, 75 and 34. RGB value is (49,117,52). Sum of RGB (Red+Green+Blue) = 49+117+52=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #317534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317534 is #CE8ACB. Grayscale: #595959. Windows color (decimal): -13535948 or 3437873. OLE color: 3437873.

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

Color convert

RGB4911752-
CMYK0.5800.560.54
HSL122.65º40.96%32.55%-
HSV(B)122.65º58.12%45.88%-
XYZ8.2513.625.44-
YUV89.26106.9799.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 117 (46.09% from 255) = 53.67%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=22.48%
G=53.67%
B=23.85%

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
Decimal49117520.5800.560.54122.6540.9632.55
Hex3175343A038367b2921
Octal611656472070661735141
Binary110001111010111010011101001110001101101111011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317534; }

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

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

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

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

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

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

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

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