#31863A

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

Shades of Japanese Laurel #31863A

Tints of Japanese Laurel #31863A

Color information

#31863A (or 0x31863A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 86 and 3A. RGB value is (49,134,58). Sum of RGB (Red+Green+Blue) = 49+134+58=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #31863A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31863A is #CE79C5. Grayscale: #646464. Windows color (decimal): -13531590 or 3835441. OLE color: 3835441.

HSL color Cylindrical-coordinate representation of color #31863A: hue angle of 126.35º 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 #31863A is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB4913458-
CMYK0.6300.570.47
HSL126.35º46.45%35.88%-
HSV(B)126.35º63.43%52.55%-
XYZ10.5618.016.92-
YUV99.92104.3491.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=20.33%
G=55.60%
B=24.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49134580.6300.570.47126.3546.4535.88
Hex31863A3F0392F7e2e24
Octal612067277071571765644
Binary1100011000011011101011111101110011011111111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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