#31783D

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

Shades of Japanese Laurel #31783D

Tints of Japanese Laurel #31783D

Color information

#31783D (or 0x31783D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 78 and 3D. RGB value is (49,120,61). Sum of RGB (Red+Green+Blue) = 49+120+61=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #31783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31783D is #CE87C2. Grayscale: #5C5C5C. Windows color (decimal): -13535171 or 4028465. OLE color: 4028465.

HSL color Cylindrical-coordinate representation of color #31783D: hue angle of 130.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31783D is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB4912061-
CMYK0.5900.490.53
HSL130.14º42.01%33.14%-
HSV(B)130.14º59.17%47.06%-
XYZ8.8314.426.73-
YUV92.04110.4897.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 120 (47.27% from 255) = 52.17%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=21.30%
G=52.17%
B=26.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49120610.5900.490.53130.1442.0133.14
Hex31783D3B03135822a21
Octal611707573061652025241
Binary1100011111000111101111011011000111010110000010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31783D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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