Html Css Color HEX #387447 Amazon

📋 copy color: '#387447'

red 56 ◦ green 116 ◦ blue 71

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

Shades of Amazon #387447

Tints of Amazon #387447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

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

R = 23.05%
G = 47.74%
B = 29.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#387447 (or 0x387447) is known color: Amazon. HEX triplet: 38, 74 and 47. RGB value is (56,116,71). Sum of RGB (Red+Green+Blue) = 56+116+71=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #387447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387447 is #C78BB8. Grayscale: #5D5D5D. Windows color (decimal): -13077433 or 4682808. OLE color: 4682808.

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

Color convert

RGB 56 116 71 -
CMYK 0.52 0 0.39 0.55
HSL 135º 0.35% 0.34% -
HSV(B) 135º 0.52% 0.45% -
XYZ 9.01 13.79 8.15 -
YUV 92.93 115.62 101.66 -
System Red Green Blue C M Y K H S L
Decimal 56 116 71 0.52 0 0.39 0.55 135 0.35 0.34
Hex 38 74 47 34 0 27 37 87 23 22
Octal 70 164 107 64 0 47 67 207 43 42
Binary 111000 1110100 1000111 110100 0 100111 110111 10000111 100011 100010

Color Harmonies of #387447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387447

Black with #387447

Text Example


Text Example

White with #387447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387447; }

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

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

background-color css

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

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

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

border-color css

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

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

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