Html Css Color HEX #378458 Amazon

📋 copy color: '#378458'

red 55 ◦ green 132 ◦ blue 88

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

Shades of Amazon #378458

Tints of Amazon #378458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32%

R = 20%
G = 48%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#378458 (or 0x378458) is known color: Amazon. HEX triplet: 37, 84 and 58. RGB value is (55,132,88). Sum of RGB (Red+Green+Blue) = 55+132+88=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #378458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378458 is #C87BA7. Grayscale: #686868. Windows color (decimal): -13138856 or 5801015. OLE color: 5801015.

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

Color convert

RGB 55 132 88 -
CMYK 0.58 0 0.33 0.48
HSL 145.71º 0.41% 0.37% -
HSV(B) 145.71º 0.58% 0.52% -
XYZ 11.59 18.02 12.1 -
YUV 103.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 55 132 88 0.58 0 0.33 0.48 145.71 0.41 0.37
Hex 37 84 58 3A 0 21 30 92 29 25
Octal 67 204 130 72 0 41 60 222 51 45
Binary 110111 10000100 1011000 111010 0 100001 110000 10010010 101001 100101

Color Harmonies of #378458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378458

Black with #378458

Text Example


Text Example

White with #378458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378458; }

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

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

background-color css

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

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

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

border-color css

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

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

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