Html Css Color HEX #31773B Japanese Laurel

📋 copy color: '#31773B'

red 49 ◦ green 119 ◦ blue 59

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

Shades of Japanese Laurel #31773B

Tints of Japanese Laurel #31773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.42%

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

R = 21.59%
G = 52.42%
B = 25.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#31773B (or 0x31773B) is known color: Japanese Laurel. HEX triplet: 31, 77 and 3B. RGB value is (49,119,59). Sum of RGB (Red+Green+Blue) = 49+119+59=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #31773B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31773B is #CE88C4. Grayscale: #5B5B5B. Windows color (decimal): -13535429 or 3897137. OLE color: 3897137.

HSL color Cylindrical-coordinate representation of color #31773B: hue angle of 128.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31773B is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 59 -
CMYK 0.59 0 0.50 0.53
HSL 128.57º 0.42% 0.33% -
HSV(B) 128.57º 0.59% 0.47% -
XYZ 8.65 14.16 6.42 -
YUV 91.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 49 119 59 0.59 0 0.50 0.53 128.57 0.42 0.33
Hex 31 77 3B 3B 0 32 35 81 2A 21
Octal 61 167 73 73 0 62 65 201 52 41
Binary 110001 1110111 111011 111011 0 110010 110101 10000001 101010 100001

Color Harmonies of #31773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31773B

Black with #31773B

Text Example


Text Example

White with #31773B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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