Html Css Color HEX #378454 Amazon

📋 copy color: '#378454'

red 55 ◦ green 132 ◦ blue 84

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

Shades of Amazon #378454

Tints of Amazon #378454

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.71%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 20.3%
G = 48.71%
B = 31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#378454 (or 0x378454) is known color: Amazon. HEX triplet: 37, 84 and 54. RGB value is (55,132,84). Sum of RGB (Red+Green+Blue) = 55+132+84=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #378454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378454 is #C87BAB. Grayscale: #676767. Windows color (decimal): -13138860 or 5538871. OLE color: 5538871.

HSL color Cylindrical-coordinate representation of color #378454: hue angle of 142.6º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378454 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 84 -
CMYK 0.58 0 0.36 0.48
HSL 142.6º 0.41% 0.37% -
HSV(B) 142.6º 0.58% 0.52% -
XYZ 11.43 17.95 11.25 -
YUV 103.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 55 132 84 0.58 0 0.36 0.48 142.6 0.41 0.37
Hex 37 84 54 3A 0 24 30 8F 29 25
Octal 67 204 124 72 0 44 60 217 51 45
Binary 110111 10000100 1010100 111010 0 100100 110000 10001111 101001 100101

Color Harmonies of #378454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378454

Black with #378454

Text Example


Text Example

White with #378454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378454; }

 p { color: rgb(55,132,84); }

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

background-color css

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

 a { background-color: rgb(55,132,84); }

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

border-color css

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

 span { border-color: rgb(55,132,84); }

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