Html Css Color HEX #377153 Amazon

📋 copy color: '#377153'

red 55 ◦ green 113 ◦ blue 83

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

Shades of Amazon #377153

Tints of Amazon #377153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 21.91%
G = 45.02%
B = 33.07%

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

#377153 (or 0x377153) is known color: Amazon. HEX triplet: 37, 71 and 53. RGB value is (55,113,83). Sum of RGB (Red+Green+Blue) = 55+113+83=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #377153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377153 is #C88EAC. Grayscale: #5C5C5C. Windows color (decimal): -13143725 or 5468471. OLE color: 5468471.

HSL color Cylindrical-coordinate representation of color #377153: hue angle of 148.97º 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 #377153 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 113 83 -
CMYK 0.51 0 0.27 0.56
HSL 148.97º 0.35% 0.33% -
HSV(B) 148.97º 0.51% 0.44% -
XYZ 9.04 13.25 10.26 -
YUV 92.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 55 113 83 0.51 0 0.27 0.56 148.97 0.35 0.33
Hex 37 71 53 33 0 1B 38 95 23 21
Octal 67 161 123 63 0 33 70 225 43 41
Binary 110111 1110001 1010011 110011 0 11011 111000 10010101 100011 100001

Color Harmonies of #377153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377153

Black with #377153

Text Example


Text Example

White with #377153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377153; }

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

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

background-color css

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

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

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

border-color css

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

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

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