Html Css Color HEX #387056 Amazon

📋 copy color: '#387056'

red 56 ◦ green 112 ◦ blue 86

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

Shades of Amazon #387056

Tints of Amazon #387056

RGB

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

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

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

R = 22.05%
G = 44.09%
B = 33.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#387056 (or 0x387056) is known color: Amazon. HEX triplet: 38, 70 and 56. RGB value is (56,112,86). Sum of RGB (Red+Green+Blue) = 56+112+86=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #387056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387056 is #C78FA9. Grayscale: #5C5C5C. Windows color (decimal): -13078442 or 5664824. OLE color: 5664824.

HSL color Cylindrical-coordinate representation of color #387056: hue angle of 152.14º 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 #387056 is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 86 -
CMYK 0.50 0 0.23 0.56
HSL 152.14º 0.33% 0.33% -
HSV(B) 152.14º 0.5% 0.44% -
XYZ 9.1 13.1 10.85 -
YUV 92.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 56 112 86 0.50 0 0.23 0.56 152.14 0.33 0.33
Hex 38 70 56 32 0 17 38 98 21 21
Octal 70 160 126 62 0 27 70 230 41 41
Binary 111000 1110000 1010110 110010 0 10111 111000 10011000 100001 100001

Color Harmonies of #387056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387056

Black with #387056

Text Example


Text Example

White with #387056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387056; }

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

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

background-color css

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

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

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

border-color css

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

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

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