#317231

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

Shades of Japanese Laurel #317231

Tints of Japanese Laurel #317231

Color information

#317231 (or 0x317231) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 31. RGB value is (49,114,49). Sum of RGB (Red+Green+Blue) = 49+114+49=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 114 (44.92% from 255 or 53.77% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 114 - color contains mainly: green. Hex color #317231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317231 is #CE8DCE. Grayscale: #575757. Windows color (decimal): -13536719 or 3240497. OLE color: 3240497.

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

Color convert

RGB4911449-
CMYK0.5700.570.55
HSL120º39.88%31.96%-
HSV(B)120º57.02%44.71%-
XYZ7.8412.914.98-
YUV87.15106.47100.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 114 (44.92% from 255) = 53.77%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=23.11%
G=53.77%
B=23.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114490.5700.570.5512039.8831.96
Hex3172313903937782820
Octal611626171071671705040
Binary110001111001011000111100101110011101111111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317231; }

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

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

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

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

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

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

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

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