#317B3B

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

Shades of Japanese Laurel #317B3B

Tints of Japanese Laurel #317B3B

Color information

#317B3B (or 0x317B3B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7B and 3B. RGB value is (49,123,59). Sum of RGB (Red+Green+Blue) = 49+123+59=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #317B3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317B3B is #CE84C4. Grayscale: #5D5D5D. Windows color (decimal): -13534405 or 3898161. OLE color: 3898161.

HSL color Cylindrical-coordinate representation of color #317B3B: hue angle of 128.11º 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 #317B3B is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB4912359-
CMYK0.6000.520.52
HSL128.11º43.02%33.73%-
HSV(B)128.11º60.16%48.24%-
XYZ9.1415.136.58-
YUV93.58108.4896.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 123 (48.44% from 255) = 53.25%
BLUE value IS 59 (23.44% from 255) = 25.54%
R=21.21%
G=53.25%
B=25.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49123590.6000.520.52128.1143.0233.73
Hex317B3B3C03434802b22
Octal611737374064642005342
Binary1100011111011111011111100011010011010010000000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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