Html Css Color HEX #378654 Amazon

📋 copy color: '#378654'

red 55 ◦ green 134 ◦ blue 84

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

Shades of Amazon #378654

Tints of Amazon #378654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 20.15%
G = 49.08%
B = 30.77%

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

#378654 (or 0x378654) is known color: Amazon. HEX triplet: 37, 86 and 54. RGB value is (55,134,84). Sum of RGB (Red+Green+Blue) = 55+134+84=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 134 (52.73% from 255 or 49.08% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 134 - color contains mainly: green. Hex color #378654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378654 is #C879AB. Grayscale: #686868. Windows color (decimal): -13138348 or 5539383. OLE color: 5539383.

HSL color Cylindrical-coordinate representation of color #378654: hue angle of 142.03º 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 #378654 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 84 -
CMYK 0.59 0 0.37 0.47
HSL 142.03º 0.42% 0.37% -
HSV(B) 142.03º 0.59% 0.53% -
XYZ 11.7 18.5 11.34 -
YUV 104.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 55 134 84 0.59 0 0.37 0.47 142.03 0.42 0.37
Hex 37 86 54 3B 0 25 2F 8E 2A 25
Octal 67 206 124 73 0 45 57 216 52 45
Binary 110111 10000110 1010100 111011 0 100101 101111 10001110 101010 100101

Color Harmonies of #378654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378654

Black with #378654

Text Example


Text Example

White with #378654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378654; }

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

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

background-color css

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

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

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

border-color css

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

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

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