Html Css Color HEX #31723B Japanese Laurel

📋 copy color: '#31723B'

red 49 ◦ green 114 ◦ blue 59

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

Shades of Japanese Laurel #31723B

Tints of Japanese Laurel #31723B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 22.07%
G = 51.35%
B = 26.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#31723B (or 0x31723B) is known color: Japanese Laurel. HEX triplet: 31, 72 and 3B. RGB value is (49,114,59). Sum of RGB (Red+Green+Blue) = 49+114+59=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #31723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31723B is #CE8DC4. Grayscale: #585858. Windows color (decimal): -13536709 or 3895857. OLE color: 3895857.

HSL color Cylindrical-coordinate representation of color #31723B: hue angle of 129.23º 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 #31723B is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 114 59 -
CMYK 0.57 0 0.48 0.55
HSL 129.23º 0.4% 0.32% -
HSV(B) 129.23º 0.57% 0.45% -
XYZ 8.07 13 6.22 -
YUV 88.3 111.47 99.97 -
System Red Green Blue C M Y K H S L
Decimal 49 114 59 0.57 0 0.48 0.55 129.23 0.4 0.32
Hex 31 72 3B 39 0 30 37 81 28 20
Octal 61 162 73 71 0 60 67 201 50 40
Binary 110001 1110010 111011 111001 0 110000 110111 10000001 101000 100000

Color Harmonies of #31723B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31723B

Black with #31723B

Text Example


Text Example

White with #31723B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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