#317234

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

Shades of Japanese Laurel #317234

Tints of Japanese Laurel #317234

Color information

#317234 (or 0x317234) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 34. RGB value is (49,114,52). Sum of RGB (Red+Green+Blue) = 49+114+52=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #317234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317234 is #CE8DCB. Grayscale: #575757. Windows color (decimal): -13536716 or 3437105. OLE color: 3437105.

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

Color convert

RGB4911452-
CMYK0.5700.540.55
HSL122.77º39.88%31.96%-
HSV(B)122.77º57.02%44.71%-
XYZ7.912.945.33-
YUV87.5107.97100.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=22.79%
G=53.02%
B=24.19%

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
Decimal49114520.5700.540.55122.7739.8831.96
Hex31723439036377b2820
Octal611626471066671735040
Binary110001111001011010011100101101101101111111011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317234; }

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

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

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

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

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

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

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

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