#317F42

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

Shades of Japanese Laurel #317F42

Tints of Japanese Laurel #317F42

Color information

#317F42 (or 0x317F42) is unknown color: approx Japanese Laurel. HEX triplet: 31, 7F and 42. RGB value is (49,127,66). Sum of RGB (Red+Green+Blue) = 49+127+66=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #317F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317F42 is #CE80BD. Grayscale: #606060. Windows color (decimal): -13533374 or 4357937. OLE color: 4357937.

HSL color Cylindrical-coordinate representation of color #317F42: hue angle of 133.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #317F42 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB4912766-
CMYK0.6100.480.50
HSL133.08º44.32%34.51%-
HSV(B)133.08º61.42%49.8%-
XYZ9.8416.237.77-
YUV96.72110.6693.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 127 (50% from 255) = 52.48%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=20.25%
G=52.48%
B=27.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49127660.6100.480.50133.0844.3234.51
Hex317F423D03032852c23
Octal6117710275060622055443
Binary11000111111111000010111101011000011001010000101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,127,66); }

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

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

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

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

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

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

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