#31722A

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

Shades of Japanese Laurel #31722A

Tints of Japanese Laurel #31722A

Color information

#31722A (or 0x31722A) is unknown color: approx Japanese Laurel. HEX triplet: 31, 72 and 2A. RGB value is (49,114,42). Sum of RGB (Red+Green+Blue) = 49+114+42=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #31722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31722A is #CE8DD5. Grayscale: #565656. Windows color (decimal): -13536726 or 2781745. OLE color: 2781745.

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

Color convert

RGB4911442-
CMYK0.5700.630.55
HSL114.17º46.15%30.59%-
HSV(B)114.17º63.16%44.71%-
XYZ7.712.854.27-
YUV86.36102.97101.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 114 (44.92% from 255) = 55.61%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=23.90%
G=55.61%
B=20.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49114420.5700.630.55114.1746.1530.59
Hex31722A3903F37722e1f
Octal611625271077671625637
Binary11000111100101010101110010111111110111111001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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