Html Css Color HEX #377246 Amazon

📋 copy color: '#377246'

red 55 ◦ green 114 ◦ blue 70

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

Shades of Amazon #377246

Tints of Amazon #377246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 23.01%
G = 47.7%
B = 29.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#377246 (or 0x377246) is known color: Amazon. HEX triplet: 37, 72 and 46. RGB value is (55,114,70). Sum of RGB (Red+Green+Blue) = 55+114+70=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #377246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377246 is #C88DB9. Grayscale: #5B5B5B. Windows color (decimal): -13143482 or 4616759. OLE color: 4616759.

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

Color convert

RGB 55 114 70 -
CMYK 0.52 0 0.39 0.55
HSL 135.25º 0.35% 0.33% -
HSV(B) 135.25º 0.52% 0.45% -
XYZ 8.7 13.29 7.9 -
YUV 91.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 55 114 70 0.52 0 0.39 0.55 135.25 0.35 0.33
Hex 37 72 46 34 0 27 37 87 23 21
Octal 67 162 106 64 0 47 67 207 43 41
Binary 110111 1110010 1000110 110100 0 100111 110111 10000111 100011 100001

Color Harmonies of #377246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377246

Black with #377246

Text Example


Text Example

White with #377246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377246; }

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

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

background-color css

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

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

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

border-color css

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

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

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