Html Css Color HEX #317137 Japanese Laurel

📋 copy color: '#317137'

red 49 ◦ green 113 ◦ blue 55

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

Shades of Japanese Laurel #317137

Tints of Japanese Laurel #317137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.35%

R = 22.58%
G = 52.07%
B = 25.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#317137 (or 0x317137) is known color: Japanese Laurel. HEX triplet: 31, 71 and 37. RGB value is (49,113,55). Sum of RGB (Red+Green+Blue) = 49+113+55=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #317137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317137 is #CE8EC8. Grayscale: #575757. Windows color (decimal): -13536969 or 3633457. OLE color: 3633457.

HSL color Cylindrical-coordinate representation of color #317137: hue angle of 125.62º 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 #317137 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 55 -
CMYK 0.57 0 0.51 0.56
HSL 125.63º 0.4% 0.32% -
HSV(B) 125.63º 0.57% 0.44% -
XYZ 7.86 12.74 5.66 -
YUV 87.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 49 113 55 0.57 0 0.51 0.56 125.63 0.4 0.32
Hex 31 71 37 39 0 33 38 7E 28 20
Octal 61 161 67 71 0 63 70 176 50 40
Binary 110001 1110001 110111 111001 0 110011 111000 1111110 101000 100000

Color Harmonies of #317137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317137

Black with #317137

Text Example


Text Example

White with #317137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317137; }

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

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

background-color css

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

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

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

border-color css

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

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

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