Html Css Color HEX #378355 Amazon

📋 copy color: '#378355'

red 55 ◦ green 131 ◦ blue 85

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

Shades of Amazon #378355

Tints of Amazon #378355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 20.3%
G = 48.34%
B = 31.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#378355 (or 0x378355) is known color: Amazon. HEX triplet: 37, 83 and 55. RGB value is (55,131,85). Sum of RGB (Red+Green+Blue) = 55+131+85=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #378355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378355 is #C87CAA. Grayscale: #676767. Windows color (decimal): -13139115 or 5604151. OLE color: 5604151.

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

Color convert

RGB 55 131 85 -
CMYK 0.58 0 0.35 0.49
HSL 143.68º 0.41% 0.36% -
HSV(B) 143.68º 0.58% 0.51% -
XYZ 11.33 17.7 11.41 -
YUV 103.03 117.82 93.74 -
System Red Green Blue C M Y K H S L
Decimal 55 131 85 0.58 0 0.35 0.49 143.68 0.41 0.36
Hex 37 83 55 3A 0 23 31 90 29 24
Octal 67 203 125 72 0 43 61 220 51 44
Binary 110111 10000011 1010101 111010 0 100011 110001 10010000 101001 100100

Color Harmonies of #378355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378355

Black with #378355

Text Example


Text Example

White with #378355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378355; }

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

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

background-color css

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

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

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

border-color css

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

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

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