Html Css Color HEX #378453 Amazon

📋 copy color: '#378453'

red 55 ◦ green 132 ◦ blue 83

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

Shades of Amazon #378453

Tints of Amazon #378453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48.89%

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

R = 20.37%
G = 48.89%
B = 30.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#378453 (or 0x378453) is known color: Amazon. HEX triplet: 37, 84 and 53. RGB value is (55,132,83). Sum of RGB (Red+Green+Blue) = 55+132+83=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #378453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378453 is #C87BAC. Grayscale: #676767. Windows color (decimal): -13138861 or 5473335. OLE color: 5473335.

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

Color convert

RGB 55 132 83 -
CMYK 0.58 0 0.37 0.48
HSL 141.82º 0.41% 0.37% -
HSV(B) 141.82º 0.58% 0.52% -
XYZ 11.39 17.94 11.05 -
YUV 103.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 55 132 83 0.58 0 0.37 0.48 141.82 0.41 0.37
Hex 37 84 53 3A 0 25 30 8E 29 25
Octal 67 204 123 72 0 45 60 216 51 45
Binary 110111 10000100 1010011 111010 0 100101 110000 10001110 101001 100101

Color Harmonies of #378453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378453

Black with #378453

Text Example


Text Example

White with #378453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378453; }

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

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

background-color css

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

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

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

border-color css

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

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

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