Html Css Color HEX #318044 Amazon

📋 copy color: '#318044'

red 49 ◦ green 128 ◦ blue 68

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

Shades of Amazon #318044

Tints of Amazon #318044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

 BLUE value IS 68 (26.95% from 255) = 27.76%

R = 20%
G = 52.24%
B = 27.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#318044 (or 0x318044) is known color: Amazon. HEX triplet: 31, 80 and 44. RGB value is (49,128,68). Sum of RGB (Red+Green+Blue) = 49+128+68=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #318044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318044 is #CE7FBB. Grayscale: #616161. Windows color (decimal): -13533116 or 4489265. OLE color: 4489265.

HSL color Cylindrical-coordinate representation of color #318044: hue angle of 134.43º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318044 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 68 -
CMYK 0.62 0 0.47 0.50
HSL 134.43º 0.45% 0.35% -
HSV(B) 134.43º 0.62% 0.5% -
XYZ 10.03 16.51 8.13 -
YUV 97.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 49 128 68 0.62 0 0.47 0.50 134.43 0.45 0.35
Hex 31 80 44 3E 0 2F 32 86 2D 23
Octal 61 200 104 76 0 57 62 206 55 43
Binary 110001 10000000 1000100 111110 0 101111 110010 10000110 101101 100011

Color Harmonies of #318044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318044

Black with #318044

Text Example


Text Example

White with #318044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318044; }

 p { color: rgb(49,128,68); }

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

background-color css

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

 a { background-color: rgb(49,128,68); }

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

border-color css

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

 span { border-color: rgb(49,128,68); }

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