Html Css Color HEX #378358 Amazon

📋 copy color: '#378358'

red 55 ◦ green 131 ◦ blue 88

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

Shades of Amazon #378358

Tints of Amazon #378358

RGB

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

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

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

R = 20.07%
G = 47.81%
B = 32.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#378358 (or 0x378358) is known color: Amazon. HEX triplet: 37, 83 and 58. RGB value is (55,131,88). Sum of RGB (Red+Green+Blue) = 55+131+88=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #378358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378358 is #C87CA7. Grayscale: #676767. Windows color (decimal): -13139112 or 5800759. OLE color: 5800759.

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

Color convert

RGB 55 131 88 -
CMYK 0.58 0 0.33 0.49
HSL 146.05º 0.41% 0.36% -
HSV(B) 146.05º 0.58% 0.51% -
XYZ 11.45 17.75 12.05 -
YUV 103.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 55 131 88 0.58 0 0.33 0.49 146.05 0.41 0.36
Hex 37 83 58 3A 0 21 31 92 29 24
Octal 67 203 130 72 0 41 61 222 51 44
Binary 110111 10000011 1011000 111010 0 100001 110001 10010010 101001 100100

Color Harmonies of #378358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378358

Black with #378358

Text Example


Text Example

White with #378358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378358; }

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

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

background-color css

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

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

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

border-color css

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

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

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