Html Css Color HEX #31723A Japanese Laurel

📋 copy color: '#31723A'

red 49 ◦ green 114 ◦ blue 58

#31723A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #31723A

Tints of Japanese Laurel #31723A

RGB

 RED value IS 49 (19.53% from 255) = 22.17%

 GREEN value IS 114 (44.92% from 255) = 51.58%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 22.17%
G = 51.58%
B = 26.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#31723A (or 0x31723A) is known color: Japanese Laurel. HEX triplet: 31, 72 and 3A. RGB value is (49,114,58). Sum of RGB (Red+Green+Blue) = 49+114+58=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #31723A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31723A is #CE8DC5. Grayscale: #585858. Windows color (decimal): -13536710 or 3830321. OLE color: 3830321.

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

Color convert

RGB 49 114 58 -
CMYK 0.57 0 0.49 0.55
HSL 128.31º 0.4% 0.32% -
HSV(B) 128.31º 0.57% 0.45% -
XYZ 8.05 12.99 6.09 -
YUV 88.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 49 114 58 0.57 0 0.49 0.55 128.31 0.4 0.32
Hex 31 72 3A 39 0 31 37 80 28 20
Octal 61 162 72 71 0 61 67 200 50 40
Binary 110001 1110010 111010 111001 0 110001 110111 10000000 101000 100000

Color Harmonies of #31723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31723A

Black with #31723A

Text Example


Text Example

White with #31723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31723A;
 }
 .AnyTagClassName
 {
   color: #31723A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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