Html Css Color HEX #387047 Amazon

📋 copy color: '#387047'

red 56 ◦ green 112 ◦ blue 71

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

Shades of Amazon #387047

Tints of Amazon #387047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 23.43%
G = 46.86%
B = 29.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#387047 (or 0x387047) is known color: Amazon. HEX triplet: 38, 70 and 47. RGB value is (56,112,71). Sum of RGB (Red+Green+Blue) = 56+112+71=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #387047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387047 is #C78FB8. Grayscale: #5A5A5A. Windows color (decimal): -13078457 or 4681784. OLE color: 4681784.

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

Color convert

RGB 56 112 71 -
CMYK 0.50 0 0.37 0.56
HSL 136.07º 0.33% 0.33% -
HSV(B) 136.07º 0.5% 0.44% -
XYZ 8.56 12.88 8 -
YUV 90.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 56 112 71 0.50 0 0.37 0.56 136.07 0.33 0.33
Hex 38 70 47 32 0 25 38 88 21 21
Octal 70 160 107 62 0 45 70 210 41 41
Binary 111000 1110000 1000111 110010 0 100101 111000 10001000 100001 100001

Color Harmonies of #387047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387047

Black with #387047

Text Example


Text Example

White with #387047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387047; }

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

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

background-color css

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

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

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

border-color css

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

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

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