Html Css Color HEX #318043 Amazon

📋 copy color: '#318043'

red 49 ◦ green 128 ◦ blue 67

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

Shades of Amazon #318043

Tints of Amazon #318043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 27.46%

R = 20.08%
G = 52.46%
B = 27.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#318043 (or 0x318043) is known color: Amazon. HEX triplet: 31, 80 and 43. RGB value is (49,128,67). Sum of RGB (Red+Green+Blue) = 49+128+67=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #318043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318043 is #CE7FBC. Grayscale: #616161. Windows color (decimal): -13533117 or 4423729. OLE color: 4423729.

HSL color Cylindrical-coordinate representation of color #318043: hue angle of 133.67º 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 #318043 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 67 -
CMYK 0.62 0 0.48 0.50
HSL 133.67º 0.45% 0.35% -
HSV(B) 133.67º 0.62% 0.5% -
XYZ 10 16.5 7.97 -
YUV 97.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 49 128 67 0.62 0 0.48 0.50 133.67 0.45 0.35
Hex 31 80 43 3E 0 30 32 86 2D 23
Octal 61 200 103 76 0 60 62 206 55 43
Binary 110001 10000000 1000011 111110 0 110000 110010 10000110 101101 100011

Color Harmonies of #318043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318043

Black with #318043

Text Example


Text Example

White with #318043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318043; }

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

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

background-color css

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

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

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

border-color css

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

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

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