Html Css Color HEX #387057 Amazon

📋 copy color: '#387057'

red 56 ◦ green 112 ◦ blue 87

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

Shades of Amazon #387057

Tints of Amazon #387057

RGB

 RED value IS 56 (22.27% from 255) = 21.96%

 GREEN value IS 112 (44.14% from 255) = 43.92%

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 21.96%
G = 43.92%
B = 34.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#387057 (or 0x387057) is known color: Amazon. HEX triplet: 38, 70 and 57. RGB value is (56,112,87). Sum of RGB (Red+Green+Blue) = 56+112+87=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #387057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387057 is #C78FA8. Grayscale: #5C5C5C. Windows color (decimal): -13078441 or 5730360. OLE color: 5730360.

HSL color Cylindrical-coordinate representation of color #387057: hue angle of 153.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387057 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 87 -
CMYK 0.50 0 0.22 0.56
HSL 153.21º 0.33% 0.33% -
HSV(B) 153.21º 0.5% 0.44% -
XYZ 9.15 13.12 11.07 -
YUV 92.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 56 112 87 0.50 0 0.22 0.56 153.21 0.33 0.33
Hex 38 70 57 32 0 16 38 99 21 21
Octal 70 160 127 62 0 26 70 231 41 41
Binary 111000 1110000 1010111 110010 0 10110 111000 10011001 100001 100001

Color Harmonies of #387057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387057

Black with #387057

Text Example


Text Example

White with #387057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387057; }

 p { color: rgb(56,112,87); }

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

background-color css

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

 a { background-color: rgb(56,112,87); }

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

border-color css

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

 span { border-color: rgb(56,112,87); }

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