Html Css Color HEX #31762C Japanese Laurel

📋 copy color: '#31762C'

red 49 ◦ green 118 ◦ blue 44

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

Shades of Japanese Laurel #31762C

Tints of Japanese Laurel #31762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.92%

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

R = 23.22%
G = 55.92%
B = 20.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#31762C (or 0x31762C) is known color: Japanese Laurel. HEX triplet: 31, 76 and 2C. RGB value is (49,118,44). Sum of RGB (Red+Green+Blue) = 49+118+44=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #31762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31762C is #CE89D3. Grayscale: #595959. Windows color (decimal): -13535700 or 2913841. OLE color: 2913841.

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

Color convert

RGB 49 118 44 -
CMYK 0.58 0 0.63 0.54
HSL 115.95º 0.46% 0.32% -
HSV(B) 115.95º 0.63% 0.46% -
XYZ 8.2 13.79 4.61 -
YUV 88.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 49 118 44 0.58 0 0.63 0.54 115.95 0.46 0.32
Hex 31 76 2C 3A 0 3F 36 74 2E 20
Octal 61 166 54 72 0 77 66 164 56 40
Binary 110001 1110110 101100 111010 0 111111 110110 1110100 101110 100000

Color Harmonies of #31762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31762C

Black with #31762C

Text Example


Text Example

White with #31762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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