Html Css Color HEX #377152 Amazon

📋 copy color: '#377152'

red 55 ◦ green 113 ◦ blue 82

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

Shades of Amazon #377152

Tints of Amazon #377152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

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

R = 22%
G = 45.2%
B = 32.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#377152 (or 0x377152) is known color: Amazon. HEX triplet: 37, 71 and 52. RGB value is (55,113,82). Sum of RGB (Red+Green+Blue) = 55+113+82=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #377152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377152 is #C88EAD. Grayscale: #5C5C5C. Windows color (decimal): -13143726 or 5402935. OLE color: 5402935.

HSL color Cylindrical-coordinate representation of color #377152: hue angle of 147.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377152 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 82 -
CMYK 0.51 0 0.27 0.56
HSL 147.93º 0.35% 0.33% -
HSV(B) 147.93º 0.51% 0.44% -
XYZ 9 13.23 10.06 -
YUV 92.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 55 113 82 0.51 0 0.27 0.56 147.93 0.35 0.33
Hex 37 71 52 33 0 1B 38 94 23 21
Octal 67 161 122 63 0 33 70 224 43 41
Binary 110111 1110001 1010010 110011 0 11011 111000 10010100 100011 100001

Color Harmonies of #377152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377152

Black with #377152

Text Example


Text Example

White with #377152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377152; }

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

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

background-color css

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

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

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

border-color css

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

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

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