Html Css Color HEX #378353 Amazon

📋 copy color: '#378353'

red 55 ◦ green 131 ◦ blue 83

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

Shades of Amazon #378353

Tints of Amazon #378353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 20.45%
G = 48.7%
B = 30.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#378353 (or 0x378353) is known color: Amazon. HEX triplet: 37, 83 and 53. RGB value is (55,131,83). Sum of RGB (Red+Green+Blue) = 55+131+83=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #378353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378353 is #C87CAC. Grayscale: #666666. Windows color (decimal): -13139117 or 5473079. OLE color: 5473079.

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

Color convert

RGB 55 131 83 -
CMYK 0.58 0 0.37 0.49
HSL 142.11º 0.41% 0.36% -
HSV(B) 142.11º 0.58% 0.51% -
XYZ 11.25 17.67 11 -
YUV 102.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 55 131 83 0.58 0 0.37 0.49 142.11 0.41 0.36
Hex 37 83 53 3A 0 25 31 8E 29 24
Octal 67 203 123 72 0 45 61 216 51 44
Binary 110111 10000011 1010011 111010 0 100101 110001 10001110 101001 100100

Color Harmonies of #378353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378353

Black with #378353

Text Example


Text Example

White with #378353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378353; }

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

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

background-color css

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

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

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

border-color css

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

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

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