Html Css Color HEX #378359 Amazon

📋 copy color: '#378359'

red 55 ◦ green 131 ◦ blue 89

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

Shades of Amazon #378359

Tints of Amazon #378359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.64%

 BLUE value IS 89 (35.16% from 255) = 32.36%

R = 20%
G = 47.64%
B = 32.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#378359 (or 0x378359) is known color: Amazon. HEX triplet: 37, 83 and 59. RGB value is (55,131,89). Sum of RGB (Red+Green+Blue) = 55+131+89=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #378359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378359 is #C87CA6. Grayscale: #676767. Windows color (decimal): -13139111 or 5866295. OLE color: 5866295.

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

Color convert

RGB 55 131 89 -
CMYK 0.58 0 0.32 0.49
HSL 146.84º 0.41% 0.36% -
HSV(B) 146.84º 0.58% 0.51% -
XYZ 11.5 17.77 12.27 -
YUV 103.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 55 131 89 0.58 0 0.32 0.49 146.84 0.41 0.36
Hex 37 83 59 3A 0 20 31 93 29 24
Octal 67 203 131 72 0 40 61 223 51 44
Binary 110111 10000011 1011001 111010 0 100000 110001 10010011 101001 100100

Color Harmonies of #378359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378359

Black with #378359

Text Example


Text Example

White with #378359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378359; }

 p { color: rgb(55,131,89); }

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

background-color css

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

 a { background-color: rgb(55,131,89); }

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

border-color css

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

 span { border-color: rgb(55,131,89); }

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