Html Css Color HEX #378655 Amazon

📋 copy color: '#378655'

red 55 ◦ green 134 ◦ blue 85

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

Shades of Amazon #378655

Tints of Amazon #378655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

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

R = 20.07%
G = 48.91%
B = 31.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#378655 (or 0x378655) is known color: Amazon. HEX triplet: 37, 86 and 55. RGB value is (55,134,85). Sum of RGB (Red+Green+Blue) = 55+134+85=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #378655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378655 is #C879AA. Grayscale: #686868. Windows color (decimal): -13138347 or 5604919. OLE color: 5604919.

HSL color Cylindrical-coordinate representation of color #378655: hue angle of 142.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378655 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 85 -
CMYK 0.59 0 0.37 0.47
HSL 142.78º 0.42% 0.37% -
HSV(B) 142.78º 0.59% 0.53% -
XYZ 11.74 18.52 11.55 -
YUV 104.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 55 134 85 0.59 0 0.37 0.47 142.78 0.42 0.37
Hex 37 86 55 3B 0 25 2F 8F 2A 25
Octal 67 206 125 73 0 45 57 217 52 45
Binary 110111 10000110 1010101 111011 0 100101 101111 10001111 101010 100101

Color Harmonies of #378655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378655

Black with #378655

Text Example


Text Example

White with #378655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378655; }

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

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

background-color css

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

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

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

border-color css

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

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

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