#317330

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

Shades of Japanese Laurel #317330

Tints of Japanese Laurel #317330

Color information

#317330 (or 0x317330) is unknown color: approx Japanese Laurel. HEX triplet: 31, 73 and 30. RGB value is (49,115,48). Sum of RGB (Red+Green+Blue) = 49+115+48=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #317330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317330 is #CE8CCF. Grayscale: #575757. Windows color (decimal): -13536464 or 3175217. OLE color: 3175217.

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

Color convert

RGB4911548-
CMYK0.5700.580.55
HSL119.1º41.1%31.96%-
HSV(B)119.1º58.26%45.1%-
XYZ7.9313.134.91-
YUV87.63105.63100.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 48 (19.14% from 255) = 22.64%
R=23.11%
G=54.25%
B=22.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49115480.5700.580.55119.141.131.96
Hex3173303903A37772920
Octal611636071072671675140
Binary110001111001111000011100101110101101111110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317330; }

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

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

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

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

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

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

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

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