Html Css Color HEX #377251 Amazon

📋 copy color: '#377251'

red 55 ◦ green 114 ◦ blue 81

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

Shades of Amazon #377251

Tints of Amazon #377251

RGB

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

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

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

R = 22%
G = 45.6%
B = 32.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#377251 (or 0x377251) is known color: Amazon. HEX triplet: 37, 72 and 51. RGB value is (55,114,81). Sum of RGB (Red+Green+Blue) = 55+114+81=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #377251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377251 is #C88DAE. Grayscale: #5C5C5C. Windows color (decimal): -13143471 or 5337655. OLE color: 5337655.

HSL color Cylindrical-coordinate representation of color #377251: hue angle of 146.44º 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 #377251 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 81 -
CMYK 0.52 0 0.29 0.55
HSL 146.44º 0.35% 0.33% -
HSV(B) 146.44º 0.52% 0.45% -
XYZ 9.08 13.44 9.9 -
YUV 92.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 55 114 81 0.52 0 0.29 0.55 146.44 0.35 0.33
Hex 37 72 51 34 0 1D 37 92 23 21
Octal 67 162 121 64 0 35 67 222 43 41
Binary 110111 1110010 1010001 110100 0 11101 110111 10010010 100011 100001

Color Harmonies of #377251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377251

Black with #377251

Text Example


Text Example

White with #377251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377251; }

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

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

background-color css

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

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

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

border-color css

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

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

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