Html Css Color HEX #377255 Amazon

📋 copy color: '#377255'

red 55 ◦ green 114 ◦ blue 85

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

Shades of Amazon #377255

Tints of Amazon #377255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 21.65%
G = 44.88%
B = 33.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#377255 (or 0x377255) is known color: Amazon. HEX triplet: 37, 72 and 55. RGB value is (55,114,85). Sum of RGB (Red+Green+Blue) = 55+114+85=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #377255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377255 is #C88DAA. Grayscale: #5D5D5D. Windows color (decimal): -13143467 or 5599799. OLE color: 5599799.

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

Color convert

RGB 55 114 85 -
CMYK 0.52 0 0.25 0.55
HSL 150.51º 0.35% 0.33% -
HSV(B) 150.51º 0.52% 0.45% -
XYZ 9.23 13.5 10.71 -
YUV 93.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 55 114 85 0.52 0 0.25 0.55 150.51 0.35 0.33
Hex 37 72 55 34 0 19 37 97 23 21
Octal 67 162 125 64 0 31 67 227 43 41
Binary 110111 1110010 1010101 110100 0 11001 110111 10010111 100011 100001

Color Harmonies of #377255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377255

Black with #377255

Text Example


Text Example

White with #377255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377255; }

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

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

background-color css

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

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

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

border-color css

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

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

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