Html Css Color HEX #31772C Japanese Laurel

📋 copy color: '#31772C'

red 49 ◦ green 119 ◦ blue 44

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

Shades of Japanese Laurel #31772C

Tints of Japanese Laurel #31772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.75%

R = 23.11%
G = 56.13%
B = 20.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#31772C (or 0x31772C) is known color: Japanese Laurel. HEX triplet: 31, 77 and 2C. RGB value is (49,119,44). Sum of RGB (Red+Green+Blue) = 49+119+44=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #31772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31772C is #CE88D3. Grayscale: #595959. Windows color (decimal): -13535444 or 2914097. OLE color: 2914097.

HSL color Cylindrical-coordinate representation of color #31772C: hue angle of 116º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31772C is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 44 -
CMYK 0.59 0 0.63 0.53
HSL 116º 0.46% 0.32% -
HSV(B) 116º 0.63% 0.47% -
XYZ 8.32 14.03 4.65 -
YUV 89.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 49 119 44 0.59 0 0.63 0.53 116 0.46 0.32
Hex 31 77 2C 3B 0 3F 35 74 2E 20
Octal 61 167 54 73 0 77 65 164 56 40
Binary 110001 1110111 101100 111011 0 111111 110101 1110100 101110 100000

Color Harmonies of #31772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31772C

Black with #31772C

Text Example


Text Example

White with #31772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31772C; }

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

 H1.HeaderClassName
 {
   color: #31772C;
 }
 .AnyTagClassName
 {
   color: #31772C;
 }
</style>

background-color css

<style>
 a { background-color: #31772C; }

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

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

border-color css

<style>
 span { border-color: #31772C; }

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

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