Html Css Color HEX #31773A Japanese Laurel

📋 copy color: '#31773A'

red 49 ◦ green 119 ◦ blue 58

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

Shades of Japanese Laurel #31773A

Tints of Japanese Laurel #31773A

RGB

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

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

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

R = 21.68%
G = 52.65%
B = 25.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#31773A (or 0x31773A) is known color: Japanese Laurel. HEX triplet: 31, 77 and 3A. RGB value is (49,119,58). Sum of RGB (Red+Green+Blue) = 49+119+58=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #31773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31773A is #CE88C5. Grayscale: #5B5B5B. Windows color (decimal): -13535430 or 3831601. OLE color: 3831601.

HSL color Cylindrical-coordinate representation of color #31773A: hue angle of 127.71º 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 #31773A is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 58 -
CMYK 0.59 0 0.51 0.53
HSL 127.71º 0.42% 0.33% -
HSV(B) 127.71º 0.59% 0.47% -
XYZ 8.63 14.15 6.28 -
YUV 91.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 49 119 58 0.59 0 0.51 0.53 127.71 0.42 0.33
Hex 31 77 3A 3B 0 33 35 80 2A 21
Octal 61 167 72 73 0 63 65 200 52 41
Binary 110001 1110111 111010 111011 0 110011 110101 10000000 101010 100001

Color Harmonies of #31773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31773A

Black with #31773A

Text Example


Text Example

White with #31773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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