Html Css Color HEX #387048 Amazon

📋 copy color: '#387048'

red 56 ◦ green 112 ◦ blue 72

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

Shades of Amazon #387048

Tints of Amazon #387048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

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

R = 23.33%
G = 46.67%
B = 30%

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

#387048 (or 0x387048) is known color: Amazon. HEX triplet: 38, 70 and 48. RGB value is (56,112,72). Sum of RGB (Red+Green+Blue) = 56+112+72=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #387048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387048 is #C78FB7. Grayscale: #5A5A5A. Windows color (decimal): -13078456 or 4747320. OLE color: 4747320.

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

Color convert

RGB 56 112 72 -
CMYK 0.50 0 0.36 0.56
HSL 137.14º 0.33% 0.33% -
HSV(B) 137.14º 0.5% 0.44% -
XYZ 8.59 12.9 8.17 -
YUV 90.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 56 112 72 0.50 0 0.36 0.56 137.14 0.33 0.33
Hex 38 70 48 32 0 24 38 89 21 21
Octal 70 160 110 62 0 44 70 211 41 41
Binary 111000 1110000 1001000 110010 0 100100 111000 10001001 100001 100001

Color Harmonies of #387048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387048

Black with #387048

Text Example


Text Example

White with #387048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387048; }

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

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

background-color css

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

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

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

border-color css

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

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

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