#317230

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

Shades of Japanese Laurel #317230

Tints of Japanese Laurel #317230

Color information

#317230 (or 0x317230) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 30. RGB value is (49,114,48). Sum of RGB (Red+Green+Blue) = 49+114+48=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #317230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317230 is #CE8DCF. Grayscale: #575757. Windows color (decimal): -13536720 or 3174961. OLE color: 3174961.

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

Color convert

RGB4911448-
CMYK0.5700.580.55
HSL119.09º40.74%31.76%-
HSV(B)119.09º57.89%44.71%-
XYZ7.8212.94.87-
YUV87.04105.97100.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 114 (44.92% from 255) = 54.03%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=23.22%
G=54.03%
B=22.75%

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
Decimal49114480.5700.580.55119.0940.7431.76
Hex3172303903A37772920
Octal611626071072671675140
Binary110001111001011000011100101110101101111110111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317230; }

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

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

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

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

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

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

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

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