Html Css Color HEX #387448 Amazon

📋 copy color: '#387448'

red 56 ◦ green 116 ◦ blue 72

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

Shades of Amazon #387448

Tints of Amazon #387448

RGB

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

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

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

R = 22.95%
G = 47.54%
B = 29.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#387448 (or 0x387448) is known color: Amazon. HEX triplet: 38, 74 and 48. RGB value is (56,116,72). Sum of RGB (Red+Green+Blue) = 56+116+72=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 116 (45.70% from 255 or 47.54% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 116 - color contains mainly: green. Hex color #387448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387448 is #C78BB7. Grayscale: #5D5D5D. Windows color (decimal): -13077432 or 4748344. OLE color: 4748344.

HSL color Cylindrical-coordinate representation of color #387448: hue angle of 136º 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 #387448 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 72 -
CMYK 0.52 0 0.38 0.55
HSL 136º 0.35% 0.34% -
HSV(B) 136º 0.52% 0.45% -
XYZ 9.05 13.8 8.32 -
YUV 93.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 56 116 72 0.52 0 0.38 0.55 136 0.35 0.34
Hex 38 74 48 34 0 26 37 88 23 22
Octal 70 164 110 64 0 46 67 210 43 42
Binary 111000 1110100 1001000 110100 0 100110 110111 10001000 100011 100010

Color Harmonies of #387448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387448

Black with #387448

Text Example


Text Example

White with #387448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387448; }

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

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

background-color css

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

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

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

border-color css

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

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

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