#317430

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

Shades of Japanese Laurel #317430

Tints of Japanese Laurel #317430

Color information

#317430 (or 0x317430) is unknown color: approx Japanese Laurel. HEX triplet: 31, 74 and 30. RGB value is (49,116,48). Sum of RGB (Red+Green+Blue) = 49+116+48=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #317430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317430 is #CE8BCF. Grayscale: #585858. Windows color (decimal): -13536208 or 3175473. OLE color: 3175473.

HSL color Cylindrical-coordinate representation of color #317430: hue angle of 119.12º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #317430 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB4911648-
CMYK0.5800.590.55
HSL119.12º41.46%32.16%-
HSV(B)119.12º58.62%45.49%-
XYZ8.0513.364.95-
YUV88.21105.3100.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 116 (45.70% from 255) = 54.46%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=23.00%
G=54.46%
B=22.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49116480.5800.590.55119.1241.4632.16
Hex3174303A03B37772920
Octal611646072073671675140
Binary110001111010011000011101001110111101111110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317430; }

 p { color: rgb(49,116,48); }

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

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

 a { background-color: rgb(49,116,48); }

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

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

 span { border-color: rgb(49,116,48); }

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