#31863F

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

Shades of Japanese Laurel #31863F

Tints of Japanese Laurel #31863F

Color information

#31863F (or 0x31863F) is unknown color: approx Japanese Laurel. HEX triplet: 31, 86 and 3F. RGB value is (49,134,63). Sum of RGB (Red+Green+Blue) = 49+134+63=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #31863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31863F is #CE79C0. Grayscale: #646464. Windows color (decimal): -13531585 or 4163121. OLE color: 4163121.

HSL color Cylindrical-coordinate representation of color #31863F: hue angle of 129.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31863F is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB4913463-
CMYK0.6300.530.47
HSL129.88º46.45%35.88%-
HSV(B)129.88º63.43%52.55%-
XYZ10.6918.067.63-
YUV100.49106.8491.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 134 (52.73% from 255) = 54.47%
BLUE value IS 63 (25% from 255) = 25.61%
R=19.92%
G=54.47%
B=25.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49134630.6300.530.47129.8846.4535.88
Hex31863F3F0352F822e24
Octal612067777065572025644
Binary11000110000110111111111111011010110111110000010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31863F; }

 p { color: rgb(49,134,63); }

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

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

 a { background-color: rgb(49,134,63); }

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

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

 span { border-color: rgb(49,134,63); }

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