Html Css Color HEX #387148 Amazon

📋 copy color: '#387148'

red 56 ◦ green 113 ◦ blue 72

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

Shades of Amazon #387148

Tints of Amazon #387148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 23.24%
G = 46.89%
B = 29.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#387148 (or 0x387148) is known color: Amazon. HEX triplet: 38, 71 and 48. RGB value is (56,113,72). Sum of RGB (Red+Green+Blue) = 56+113+72=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #387148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387148 is #C78EB7. Grayscale: #5B5B5B. Windows color (decimal): -13078200 or 4747576. OLE color: 4747576.

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

Color convert

RGB 56 113 72 -
CMYK 0.50 0 0.36 0.56
HSL 136.84º 0.34% 0.33% -
HSV(B) 136.84º 0.5% 0.44% -
XYZ 8.71 13.12 8.2 -
YUV 91.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 56 113 72 0.50 0 0.36 0.56 136.84 0.34 0.33
Hex 38 71 48 32 0 24 38 89 22 21
Octal 70 161 110 62 0 44 70 211 42 41
Binary 111000 1110001 1001000 110010 0 100100 111000 10001001 100010 100001

Color Harmonies of #387148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387148

Black with #387148

Text Example


Text Example

White with #387148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387148; }

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

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

background-color css

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

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

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

border-color css

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

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

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