Html Css Color HEX #387747 Amazon

📋 copy color: '#387747'

red 56 ◦ green 119 ◦ blue 71

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

Shades of Amazon #387747

Tints of Amazon #387747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.37%

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

R = 22.76%
G = 48.37%
B = 28.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#387747 (or 0x387747) is known color: Amazon. HEX triplet: 38, 77 and 47. RGB value is (56,119,71). Sum of RGB (Red+Green+Blue) = 56+119+71=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #387747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387747 is #C788B8. Grayscale: #5E5E5E. Windows color (decimal): -13076665 or 4683576. OLE color: 4683576.

HSL color Cylindrical-coordinate representation of color #387747: hue angle of 134.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387747 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 71 -
CMYK 0.53 0 0.40 0.53
HSL 134.29º 0.36% 0.34% -
HSV(B) 134.29º 0.53% 0.47% -
XYZ 9.37 14.49 8.26 -
YUV 94.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 56 119 71 0.53 0 0.40 0.53 134.29 0.36 0.34
Hex 38 77 47 35 0 28 35 86 24 22
Octal 70 167 107 65 0 50 65 206 44 42
Binary 111000 1110111 1000111 110101 0 101000 110101 10000110 100100 100010

Color Harmonies of #387747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387747

Black with #387747

Text Example


Text Example

White with #387747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387747; }

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

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

background-color css

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

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

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

border-color css

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

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

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