#31722D

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

Shades of Japanese Laurel #31722D

Tints of Japanese Laurel #31722D

Color information

#31722D (or 0x31722D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 2D. RGB value is (49,114,45). Sum of RGB (Red+Green+Blue) = 49+114+45=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #31722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31722D is #CE8DD2. Grayscale: #565656. Windows color (decimal): -13536723 or 2978353. OLE color: 2978353.

HSL color Cylindrical-coordinate representation of color #31722D: hue angle of 116.52º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31722D is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB4911445-
CMYK0.5700.610.55
HSL116.52º43.4%31.18%-
HSV(B)116.52º60.53%44.71%-
XYZ7.7612.884.56-
YUV86.7104.47101.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=23.56%
G=54.81%
B=21.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114450.5700.610.55116.5243.431.18
Hex31722D3903D37752b1f
Octal611625571075671655337
Binary11000111100101011011110010111101110111111010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,114,45); }

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

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

 a { background-color: rgb(49,114,45); }

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

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

 span { border-color: rgb(49,114,45); }

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