#317742

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

Shades of Japanese Laurel #317742

Tints of Japanese Laurel #317742

Color information

#317742 (or 0x317742) is unknown color: approx Japanese Laurel. HEX triplet: 31, 77 and 42. RGB value is (49,119,66). Sum of RGB (Red+Green+Blue) = 49+119+66=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #317742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317742 is #CE88BD. Grayscale: #5C5C5C. Windows color (decimal): -13535422 or 4355889. OLE color: 4355889.

HSL color Cylindrical-coordinate representation of color #317742: hue angle of 134.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317742 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB4911966-
CMYK0.5900.450.53
HSL134.57º41.67%32.94%-
HSV(B)134.57º58.82%46.67%-
XYZ8.8514.247.44-
YUV92.03113.3197.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=20.94%
G=50.85%
B=28.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49119660.5900.450.53134.5741.6732.94
Hex3177423B02D35872a21
Octal6116710273055652075241
Binary11000111101111000010111011010110111010110000111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317742; }

 p { color: rgb(49,119,66); }

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

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

 a { background-color: rgb(49,119,66); }

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

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

 span { border-color: rgb(49,119,66); }

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