#31843D

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

Shades of Japanese Laurel #31843D

Tints of Japanese Laurel #31843D

Color information

#31843D (or 0x31843D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 84 and 3D. RGB value is (49,132,61). Sum of RGB (Red+Green+Blue) = 49+132+61=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 132 (51.95% from 255 or 54.55% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 132 - color contains mainly: green. Hex color #31843D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31843D is #CE7BC2. Grayscale: #636363. Windows color (decimal): -13532099 or 4031537. OLE color: 4031537.

HSL color Cylindrical-coordinate representation of color #31843D: hue angle of 128.67º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31843D is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB4913261-
CMYK0.6300.540.48
HSL128.67º45.86%35.49%-
HSV(B)128.67º62.88%51.76%-
XYZ10.3617.497.25-
YUV99.09106.592.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 132 (51.95% from 255) = 54.55%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=20.25%
G=54.55%
B=25.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132610.6300.540.48128.6745.8635.49
Hex31843D3F03630812e23
Octal612047577066602015643
Binary11000110000100111101111111011011011000010000001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31843D; }

 p { color: rgb(49,132,61); }

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

<style>
 a { background-color: #31843D; }

 a { background-color: rgb(49,132,61); }

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

<style>
 span { border-color: #31843D; }

 span { border-color: rgb(49,132,61); }

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