Html Css Color HEX #387556 Amazon

📋 copy color: '#387556'

red 56 ◦ green 117 ◦ blue 86

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

Shades of Amazon #387556

Tints of Amazon #387556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.2%

R = 21.62%
G = 45.17%
B = 33.2%

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

#387556 (or 0x387556) is known color: Amazon. HEX triplet: 38, 75 and 56. RGB value is (56,117,86). Sum of RGB (Red+Green+Blue) = 56+117+86=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #387556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387556 is #C78AA9. Grayscale: #5F5F5F. Windows color (decimal): -13077162 or 5666104. OLE color: 5666104.

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

Color convert

RGB 56 117 86 -
CMYK 0.52 0 0.26 0.54
HSL 149.51º 0.35% 0.34% -
HSV(B) 149.51º 0.52% 0.46% -
XYZ 9.67 14.24 11.04 -
YUV 95.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 56 117 86 0.52 0 0.26 0.54 149.51 0.35 0.34
Hex 38 75 56 34 0 1A 36 96 23 22
Octal 70 165 126 64 0 32 66 226 43 42
Binary 111000 1110101 1010110 110100 0 11010 110110 10010110 100011 100010

Color Harmonies of #387556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387556

Black with #387556

Text Example


Text Example

White with #387556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387556; }

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

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

background-color css

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

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

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

border-color css

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

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

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