Html Css Color HEX #377B4B Amazon

📋 copy color: '#377B4B'

red 55 ◦ green 123 ◦ blue 75

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

Shades of Amazon #377B4B

Tints of Amazon #377B4B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 48.62%

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 21.74%
G = 48.62%
B = 29.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#377B4B (or 0x377B4B) is known color: Amazon. HEX triplet: 37, 7B and 4B. RGB value is (55,123,75). Sum of RGB (Red+Green+Blue) = 55+123+75=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #377B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377B4B is #C884B4. Grayscale: #616161. Windows color (decimal): -13141173 or 4946743. OLE color: 4946743.

HSL color Cylindrical-coordinate representation of color #377B4B: hue angle of 137.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377B4B is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 123 75 -
CMYK 0.55 0 0.39 0.52
HSL 137.65º 0.38% 0.35% -
HSV(B) 137.65º 0.55% 0.48% -
XYZ 9.93 15.49 9.12 -
YUV 97.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 55 123 75 0.55 0 0.39 0.52 137.65 0.38 0.35
Hex 37 7B 4B 37 0 27 34 8A 26 23
Octal 67 173 113 67 0 47 64 212 46 43
Binary 110111 1111011 1001011 110111 0 100111 110100 10001010 100110 100011

Color Harmonies of #377B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377B4B

Black with #377B4B

Text Example


Text Example

White with #377B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377B4B; }

 p { color: rgb(55,123,75); }

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

background-color css

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

 a { background-color: rgb(55,123,75); }

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

border-color css

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

 span { border-color: rgb(55,123,75); }

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