Html Css Color HEX #378553 Amazon

📋 copy color: '#378553'

red 55 ◦ green 133 ◦ blue 83

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

Shades of Amazon #378553

Tints of Amazon #378553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 20.3%
G = 49.08%
B = 30.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#378553 (or 0x378553) is known color: Amazon. HEX triplet: 37, 85 and 53. RGB value is (55,133,83). Sum of RGB (Red+Green+Blue) = 55+133+83=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #378553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378553 is #C87AAC. Grayscale: #686868. Windows color (decimal): -13138605 or 5473591. OLE color: 5473591.

HSL color Cylindrical-coordinate representation of color #378553: hue angle of 141.54º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378553 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 83 -
CMYK 0.59 0 0.38 0.48
HSL 141.54º 0.41% 0.37% -
HSV(B) 141.54º 0.59% 0.52% -
XYZ 11.52 18.21 11.09 -
YUV 103.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 55 133 83 0.59 0 0.38 0.48 141.54 0.41 0.37
Hex 37 85 53 3B 0 26 30 8E 29 25
Octal 67 205 123 73 0 46 60 216 51 45
Binary 110111 10000101 1010011 111011 0 100110 110000 10001110 101001 100101

Color Harmonies of #378553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378553

Black with #378553

Text Example


Text Example

White with #378553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378553; }

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

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

background-color css

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

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

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

border-color css

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

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

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