Html Css Color HEX #378351 Amazon

📋 copy color: '#378351'

red 55 ◦ green 131 ◦ blue 81

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

Shades of Amazon #378351

Tints of Amazon #378351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 20.6%
G = 49.06%
B = 30.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#378351 (or 0x378351) is known color: Amazon. HEX triplet: 37, 83 and 51. RGB value is (55,131,81). Sum of RGB (Red+Green+Blue) = 55+131+81=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #378351 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378351 is #C87CAE. Grayscale: #666666. Windows color (decimal): -13139119 or 5342007. OLE color: 5342007.

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

Color convert

RGB 55 131 81 -
CMYK 0.58 0 0.38 0.49
HSL 140.53º 0.41% 0.36% -
HSV(B) 140.53º 0.58% 0.51% -
XYZ 11.18 17.64 10.6 -
YUV 102.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 55 131 81 0.58 0 0.38 0.49 140.53 0.41 0.36
Hex 37 83 51 3A 0 26 31 8D 29 24
Octal 67 203 121 72 0 46 61 215 51 44
Binary 110111 10000011 1010001 111010 0 100110 110001 10001101 101001 100100

Color Harmonies of #378351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378351

Black with #378351

Text Example


Text Example

White with #378351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378351; }

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

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

background-color css

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

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

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

border-color css

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

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

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