Html Css Color HEX #377252 Amazon

📋 copy color: '#377252'

red 55 ◦ green 114 ◦ blue 82

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

Shades of Amazon #377252

Tints of Amazon #377252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 21.91%
G = 45.42%
B = 32.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#377252 (or 0x377252) is known color: Amazon. HEX triplet: 37, 72 and 52. RGB value is (55,114,82). Sum of RGB (Red+Green+Blue) = 55+114+82=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #377252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377252 is #C88DAD. Grayscale: #5C5C5C. Windows color (decimal): -13143470 or 5403191. OLE color: 5403191.

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

Color convert

RGB 55 114 82 -
CMYK 0.52 0 0.28 0.55
HSL 147.46º 0.35% 0.33% -
HSV(B) 147.46º 0.52% 0.45% -
XYZ 9.12 13.46 10.1 -
YUV 92.71 121.95 101.1 -
System Red Green Blue C M Y K H S L
Decimal 55 114 82 0.52 0 0.28 0.55 147.46 0.35 0.33
Hex 37 72 52 34 0 1C 37 93 23 21
Octal 67 162 122 64 0 34 67 223 43 41
Binary 110111 1110010 1010010 110100 0 11100 110111 10010011 100011 100001

Color Harmonies of #377252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377252

Black with #377252

Text Example


Text Example

White with #377252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377252; }

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

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

background-color css

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

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

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

border-color css

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

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

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