Html Css Color HEX #377348 Amazon

📋 copy color: '#377348'

red 55 ◦ green 115 ◦ blue 72

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

Shades of Amazon #377348

Tints of Amazon #377348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.52%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 22.73%
G = 47.52%
B = 29.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#377348 (or 0x377348) is known color: Amazon. HEX triplet: 37, 73 and 48. RGB value is (55,115,72). Sum of RGB (Red+Green+Blue) = 55+115+72=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #377348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377348 is #C88CB7. Grayscale: #5C5C5C. Windows color (decimal): -13143224 or 4748087. OLE color: 4748087.

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

Color convert

RGB 55 115 72 -
CMYK 0.52 0 0.37 0.55
HSL 137º 0.35% 0.33% -
HSV(B) 137º 0.52% 0.45% -
XYZ 8.88 13.54 8.28 -
YUV 92.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 55 115 72 0.52 0 0.37 0.55 137 0.35 0.33
Hex 37 73 48 34 0 25 37 89 23 21
Octal 67 163 110 64 0 45 67 211 43 41
Binary 110111 1110011 1001000 110100 0 100101 110111 10001001 100011 100001

Color Harmonies of #377348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377348

Black with #377348

Text Example


Text Example

White with #377348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377348; }

 p { color: rgb(55,115,72); }

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

background-color css

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

 a { background-color: rgb(55,115,72); }

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

border-color css

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

 span { border-color: rgb(55,115,72); }

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