Html Css Color HEX #387149 Amazon

📋 copy color: '#387149'

red 56 ◦ green 113 ◦ blue 73

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

Shades of Amazon #387149

Tints of Amazon #387149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.69%

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 23.14%
G = 46.69%
B = 30.17%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#387149 (or 0x387149) is known color: Amazon. HEX triplet: 38, 71 and 49. RGB value is (56,113,73). Sum of RGB (Red+Green+Blue) = 56+113+73=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #387149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387149 is #C78EB6. Grayscale: #5B5B5B. Windows color (decimal): -13078199 or 4813112. OLE color: 4813112.

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

Color convert

RGB 56 113 73 -
CMYK 0.50 0 0.35 0.56
HSL 137.89º 0.34% 0.33% -
HSV(B) 137.89º 0.5% 0.44% -
XYZ 8.74 13.13 8.38 -
YUV 91.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 56 113 73 0.50 0 0.35 0.56 137.89 0.34 0.33
Hex 38 71 49 32 0 23 38 8A 22 21
Octal 70 161 111 62 0 43 70 212 42 41
Binary 111000 1110001 1001001 110010 0 100011 111000 10001010 100010 100001

Color Harmonies of #387149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387149

Black with #387149

Text Example


Text Example

White with #387149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387149; }

 p { color: rgb(56,113,73); }

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

background-color css

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

 a { background-color: rgb(56,113,73); }

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

border-color css

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

 span { border-color: rgb(56,113,73); }

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