Html Css Color HEX #377254 Amazon

📋 copy color: '#377254'

red 55 ◦ green 114 ◦ blue 84

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

Shades of Amazon #377254

Tints of Amazon #377254

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.06%

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

R = 21.74%
G = 45.06%
B = 33.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#377254 (or 0x377254) is known color: Amazon. HEX triplet: 37, 72 and 54. RGB value is (55,114,84). Sum of RGB (Red+Green+Blue) = 55+114+84=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #377254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377254 is #C88DAB. Grayscale: #5C5C5C. Windows color (decimal): -13143468 or 5534263. OLE color: 5534263.

HSL color Cylindrical-coordinate representation of color #377254: hue angle of 149.49º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377254 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 84 -
CMYK 0.52 0 0.26 0.55
HSL 149.49º 0.35% 0.33% -
HSV(B) 149.49º 0.52% 0.45% -
XYZ 9.19 13.49 10.51 -
YUV 92.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 55 114 84 0.52 0 0.26 0.55 149.49 0.35 0.33
Hex 37 72 54 34 0 1A 37 95 23 21
Octal 67 162 124 64 0 32 67 225 43 41
Binary 110111 1110010 1010100 110100 0 11010 110111 10010101 100011 100001

Color Harmonies of #377254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377254

Black with #377254

Text Example


Text Example

White with #377254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377254; }

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

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

background-color css

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

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

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

border-color css

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

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

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