Html Css Color HEX #377253 Amazon

📋 copy color: '#377253'

red 55 ◦ green 114 ◦ blue 83

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

Shades of Amazon #377253

Tints of Amazon #377253

RGB

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

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

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

R = 21.83%
G = 45.24%
B = 32.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#377253 (or 0x377253) is known color: Amazon. HEX triplet: 37, 72 and 53. RGB value is (55,114,83). Sum of RGB (Red+Green+Blue) = 55+114+83=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #377253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377253 is #C88DAC. Grayscale: #5C5C5C. Windows color (decimal): -13143469 or 5468727. OLE color: 5468727.

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

Color convert

RGB 55 114 83 -
CMYK 0.52 0 0.27 0.55
HSL 148.47º 0.35% 0.33% -
HSV(B) 148.47º 0.52% 0.45% -
XYZ 9.15 13.47 10.3 -
YUV 92.83 122.45 101.02 -
System Red Green Blue C M Y K H S L
Decimal 55 114 83 0.52 0 0.27 0.55 148.47 0.35 0.33
Hex 37 72 53 34 0 1B 37 94 23 21
Octal 67 162 123 64 0 33 67 224 43 41
Binary 110111 1110010 1010011 110100 0 11011 110111 10010100 100011 100001

Color Harmonies of #377253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377253

Black with #377253

Text Example


Text Example

White with #377253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377253; }

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

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

background-color css

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

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

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

border-color css

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

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

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