Html Css Color HEX #317132 Japanese Laurel

📋 copy color: '#317132'

red 49 ◦ green 113 ◦ blue 50

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

Shades of Japanese Laurel #317132

Tints of Japanese Laurel #317132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.3%

 BLUE value IS 50 (19.92% from 255) = 23.58%

R = 23.11%
G = 53.3%
B = 23.58%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#317132 (or 0x317132) is known color: Japanese Laurel. HEX triplet: 31, 71 and 32. RGB value is (49,113,50). Sum of RGB (Red+Green+Blue) = 49+113+50=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #317132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317132 is #CE8ECD. Grayscale: #565656. Windows color (decimal): -13536974 or 3305777. OLE color: 3305777.

HSL color Cylindrical-coordinate representation of color #317132: hue angle of 120.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317132 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 50 -
CMYK 0.57 0 0.56 0.56
HSL 120.94º 0.4% 0.32% -
HSV(B) 120.94º 0.57% 0.44% -
XYZ 7.75 12.69 5.06 -
YUV 86.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 49 113 50 0.57 0 0.56 0.56 120.94 0.4 0.32
Hex 31 71 32 39 0 38 38 79 28 20
Octal 61 161 62 71 0 70 70 171 50 40
Binary 110001 1110001 110010 111001 0 111000 111000 1111001 101000 100000

Color Harmonies of #317132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317132

Black with #317132

Text Example


Text Example

White with #317132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317132; }

 p { color: rgb(49,113,50); }

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

background-color css

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

 a { background-color: rgb(49,113,50); }

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

border-color css

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

 span { border-color: rgb(49,113,50); }

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