Html Css Color HEX #387557 Amazon

📋 copy color: '#387557'

red 56 ◦ green 117 ◦ blue 87

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

Shades of Amazon #387557

Tints of Amazon #387557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

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

R = 21.54%
G = 45%
B = 33.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#387557 (or 0x387557) is known color: Amazon. HEX triplet: 38, 75 and 57. RGB value is (56,117,87). Sum of RGB (Red+Green+Blue) = 56+117+87=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #387557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387557 is #C78AA8. Grayscale: #5F5F5F. Windows color (decimal): -13077161 or 5731640. OLE color: 5731640.

HSL color Cylindrical-coordinate representation of color #387557: hue angle of 150.49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387557 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 87 -
CMYK 0.52 0 0.26 0.54
HSL 150.49º 0.35% 0.34% -
HSV(B) 150.49º 0.52% 0.46% -
XYZ 9.71 14.25 11.26 -
YUV 95.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 56 117 87 0.52 0 0.26 0.54 150.49 0.35 0.34
Hex 38 75 57 34 0 1A 36 96 23 22
Octal 70 165 127 64 0 32 66 226 43 42
Binary 111000 1110101 1010111 110100 0 11010 110110 10010110 100011 100010

Color Harmonies of #387557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387557

Black with #387557

Text Example


Text Example

White with #387557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387557; }

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

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

background-color css

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

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

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

border-color css

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

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

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