#317B32

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

Shades of Japanese Laurel #317B32

Tints of Japanese Laurel #317B32

Color information

#317B32 (or 0x317B32) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7B and 32. RGB value is (49,123,50). Sum of RGB (Red+Green+Blue) = 49+123+50=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 123 (48.44% from 255 or 55.41% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 123 - color contains mainly: green. Hex color #317B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B32 is #CE84CD. Grayscale: #5C5C5C. Windows color (decimal): -13534414 or 3308337. OLE color: 3308337.

HSL color Cylindrical-coordinate representation of color #317B32: hue angle of 120.81º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317B32 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB4912350-
CMYK0.6000.590.52
HSL120.81º43.02%33.73%-
HSV(B)120.81º60.16%48.24%-
XYZ8.9315.055.45-
YUV92.55103.9896.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 123 (48.44% from 255) = 55.41%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=22.07%
G=55.41%
B=22.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123500.6000.590.52120.8143.0233.73
Hex317B323C03B34792b22
Octal611736274073641715342
Binary110001111101111001011110001110111101001111001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317B32; }

 p { color: rgb(49,123,50); }

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

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

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

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

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

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

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