Html Css Color HEX #317848 Amazon

📋 copy color: '#317848'

red 49 ◦ green 120 ◦ blue 72

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

Shades of Amazon #317848

Tints of Amazon #317848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.79%

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 20.33%
G = 49.79%
B = 29.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#317848 (or 0x317848) is known color: Amazon. HEX triplet: 31, 78 and 48. RGB value is (49,120,72). Sum of RGB (Red+Green+Blue) = 49+120+72=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #317848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317848 is #CE87B7. Grayscale: #5D5D5D. Windows color (decimal): -13535160 or 4749361. OLE color: 4749361.

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

Color convert

RGB 49 120 72 -
CMYK 0.59 0 0.40 0.53
HSL 139.44º 0.42% 0.33% -
HSV(B) 139.44º 0.59% 0.47% -
XYZ 9.15 14.55 8.46 -
YUV 93.3 115.98 96.4 -
System Red Green Blue C M Y K H S L
Decimal 49 120 72 0.59 0 0.40 0.53 139.44 0.42 0.33
Hex 31 78 48 3B 0 28 35 8B 2A 21
Octal 61 170 110 73 0 50 65 213 52 41
Binary 110001 1111000 1001000 111011 0 101000 110101 10001011 101010 100001

Color Harmonies of #317848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317848

Black with #317848

Text Example


Text Example

White with #317848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317848; }

 p { color: rgb(49,120,72); }

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

background-color css

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

 a { background-color: rgb(49,120,72); }

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

border-color css

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

 span { border-color: rgb(49,120,72); }

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