#317235

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

Shades of Japanese Laurel #317235

Tints of Japanese Laurel #317235

Color information

#317235 (or 0x317235) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 35. RGB value is (49,114,53). Sum of RGB (Red+Green+Blue) = 49+114+53=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #317235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317235 is #CE8DCA. Grayscale: #575757. Windows color (decimal): -13536715 or 3502641. OLE color: 3502641.

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

Color convert

RGB4911453-
CMYK0.5700.540.55
HSL123.69º39.88%31.96%-
HSV(B)123.69º57.02%44.71%-
XYZ7.9312.945.45-
YUV87.61108.47100.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=22.69%
G=52.78%
B=24.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114530.5700.540.55123.6939.8831.96
Hex31723539036377c2820
Octal611626571066671745040
Binary110001111001011010111100101101101101111111100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317235; }

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

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

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

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

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

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

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

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