#31722B

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

Shades of Japanese Laurel #31722B

Tints of Japanese Laurel #31722B

Color information

#31722B (or 0x31722B) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 2B. RGB value is (49,114,43). Sum of RGB (Red+Green+Blue) = 49+114+43=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #31722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31722B is #CE8DD4. Grayscale: #565656. Windows color (decimal): -13536725 or 2847281. OLE color: 2847281.

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

Color convert

RGB4911443-
CMYK0.5700.620.55
HSL114.93º45.22%30.78%-
HSV(B)114.93º62.28%44.71%-
XYZ7.7212.864.36-
YUV86.47103.47101.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 114 (44.92% from 255) = 55.34%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=23.79%
G=55.34%
B=20.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114430.5700.620.55114.9345.2230.78
Hex31722B3903E37732d1f
Octal611625371076671635537
Binary11000111100101010111110010111110110111111001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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