Html Css Color HEX #378053 Amazon

📋 copy color: '#378053'

red 55 ◦ green 128 ◦ blue 83

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

Shades of Amazon #378053

Tints of Amazon #378053

RGB

 RED value IS 55 (21.88% from 255) = 20.68%

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

 BLUE value IS 83 (32.81% from 255) = 31.2%

R = 20.68%
G = 48.12%
B = 31.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#378053 (or 0x378053) is known color: Amazon. HEX triplet: 37, 80 and 53. RGB value is (55,128,83). Sum of RGB (Red+Green+Blue) = 55+128+83=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #378053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378053 is #C87FAC. Grayscale: #656565. Windows color (decimal): -13139885 or 5472311. OLE color: 5472311.

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

Color convert

RGB 55 128 83 -
CMYK 0.57 0 0.35 0.50
HSL 143.01º 0.4% 0.36% -
HSV(B) 143.01º 0.57% 0.5% -
XYZ 10.86 16.88 10.87 -
YUV 101.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 55 128 83 0.57 0 0.35 0.50 143.01 0.4 0.36
Hex 37 80 53 39 0 23 32 8F 28 24
Octal 67 200 123 71 0 43 62 217 50 44
Binary 110111 10000000 1010011 111001 0 100011 110010 10001111 101000 100100

Color Harmonies of #378053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378053

Black with #378053

Text Example


Text Example

White with #378053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378053; }

 p { color: rgb(55,128,83); }

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

background-color css

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

 a { background-color: rgb(55,128,83); }

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

border-color css

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

 span { border-color: rgb(55,128,83); }

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