Html Css Color HEX #387847 Amazon

📋 copy color: '#387847'

red 56 ◦ green 120 ◦ blue 71

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

Shades of Amazon #387847

Tints of Amazon #387847

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.58%

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

R = 22.67%
G = 48.58%
B = 28.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#387847 (or 0x387847) is known color: Amazon. HEX triplet: 38, 78 and 47. RGB value is (56,120,71). Sum of RGB (Red+Green+Blue) = 56+120+71=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #387847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387847 is #C787B8. Grayscale: #5F5F5F. Windows color (decimal): -13076409 or 4683832. OLE color: 4683832.

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

Color convert

RGB 56 120 71 -
CMYK 0.53 0 0.41 0.53
HSL 134.06º 0.36% 0.35% -
HSV(B) 134.06º 0.53% 0.47% -
XYZ 9.48 14.73 8.3 -
YUV 95.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 56 120 71 0.53 0 0.41 0.53 134.06 0.36 0.35
Hex 38 78 47 35 0 29 35 86 24 23
Octal 70 170 107 65 0 51 65 206 44 43
Binary 111000 1111000 1000111 110101 0 101001 110101 10000110 100100 100011

Color Harmonies of #387847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387847

Black with #387847

Text Example


Text Example

White with #387847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387847; }

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

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

background-color css

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

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

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

border-color css

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

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

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