Html Css Color HEX #378259 Amazon

📋 copy color: '#378259'

red 55 ◦ green 130 ◦ blue 89

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

Shades of Amazon #378259

Tints of Amazon #378259

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.45%

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

R = 20.07%
G = 47.45%
B = 32.48%

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

#378259 (or 0x378259) is known color: Amazon. HEX triplet: 37, 82 and 59. RGB value is (55,130,89). Sum of RGB (Red+Green+Blue) = 55+130+89=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #378259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378259 is #C87DA6. Grayscale: #666666. Windows color (decimal): -13139367 or 5866039. OLE color: 5866039.

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

Color convert

RGB 55 130 89 -
CMYK 0.58 0 0.32 0.49
HSL 147.2º 0.41% 0.36% -
HSV(B) 147.2º 0.58% 0.51% -
XYZ 11.36 17.5 12.23 -
YUV 102.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 55 130 89 0.58 0 0.32 0.49 147.2 0.41 0.36
Hex 37 82 59 3A 0 20 31 93 29 24
Octal 67 202 131 72 0 40 61 223 51 44
Binary 110111 10000010 1011001 111010 0 100000 110001 10010011 101001 100100

Color Harmonies of #378259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378259

Black with #378259

Text Example


Text Example

White with #378259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378259; }

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

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

background-color css

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

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

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

border-color css

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

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

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