Html Css Color HEX #31793F Japanese Laurel

📋 copy color: '#31793F'

red 49 ◦ green 121 ◦ blue 63

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

Shades of Japanese Laurel #31793F

Tints of Japanese Laurel #31793F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.93%

 BLUE value IS 63 (25% from 255) = 27.04%

R = 21.03%
G = 51.93%
B = 27.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#31793F (or 0x31793F) is known color: Japanese Laurel. HEX triplet: 31, 79 and 3F. RGB value is (49,121,63). Sum of RGB (Red+Green+Blue) = 49+121+63=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #31793F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31793F is #CE86C0. Grayscale: #5D5D5D. Windows color (decimal): -13534913 or 4159793. OLE color: 4159793.

HSL color Cylindrical-coordinate representation of color #31793F: hue angle of 131.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31793F is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 63 -
CMYK 0.60 0 0.48 0.53
HSL 131.67º 0.42% 0.33% -
HSV(B) 131.67º 0.6% 0.47% -
XYZ 9 14.69 7.06 -
YUV 92.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 49 121 63 0.60 0 0.48 0.53 131.67 0.42 0.33
Hex 31 79 3F 3C 0 30 35 84 2A 21
Octal 61 171 77 74 0 60 65 204 52 41
Binary 110001 1111001 111111 111100 0 110000 110101 10000100 101010 100001

Color Harmonies of #31793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31793F

Black with #31793F

Text Example


Text Example

White with #31793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31793F; }

 p { color: rgb(49,121,63); }

 H1.HeaderClassName
 {
   color: #31793F;
 }
 .AnyTagClassName
 {
   color: #31793F;
 }
</style>

background-color css

<style>
 a { background-color: #31793F; }

 a { background-color: rgb(49,121,63); }

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

border-color css

<style>
 span { border-color: #31793F; }

 span { border-color: rgb(49,121,63); }

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