Html Css Color HEX #31773D Japanese Laurel

📋 copy color: '#31773D'

red 49 ◦ green 119 ◦ blue 61

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

Shades of Japanese Laurel #31773D

Tints of Japanese Laurel #31773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 21.4%
G = 51.97%
B = 26.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#31773D (or 0x31773D) is known color: Japanese Laurel. HEX triplet: 31, 77 and 3D. RGB value is (49,119,61). Sum of RGB (Red+Green+Blue) = 49+119+61=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #31773D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31773D is #CE88C2. Grayscale: #5B5B5B. Windows color (decimal): -13535427 or 4028209. OLE color: 4028209.

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

Color convert

RGB 49 119 61 -
CMYK 0.59 0 0.49 0.53
HSL 130.29º 0.42% 0.33% -
HSV(B) 130.29º 0.59% 0.47% -
XYZ 8.71 14.18 6.69 -
YUV 91.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 49 119 61 0.59 0 0.49 0.53 130.29 0.42 0.33
Hex 31 77 3D 3B 0 31 35 82 2A 21
Octal 61 167 75 73 0 61 65 202 52 41
Binary 110001 1110111 111101 111011 0 110001 110101 10000010 101010 100001

Color Harmonies of #31773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31773D

Black with #31773D

Text Example


Text Example

White with #31773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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