Html Css Color HEX #387449 Amazon

📋 copy color: '#387449'

red 56 ◦ green 116 ◦ blue 73

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

Shades of Amazon #387449

Tints of Amazon #387449

RGB

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

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

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

R = 22.86%
G = 47.35%
B = 29.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#387449 (or 0x387449) is known color: Amazon. HEX triplet: 38, 74 and 49. RGB value is (56,116,73). Sum of RGB (Red+Green+Blue) = 56+116+73=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #387449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387449 is #C78BB6. Grayscale: #5D5D5D. Windows color (decimal): -13077431 or 4813880. OLE color: 4813880.

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

Color convert

RGB 56 116 73 -
CMYK 0.52 0 0.37 0.55
HSL 137º 0.35% 0.34% -
HSV(B) 137º 0.52% 0.45% -
XYZ 9.08 13.81 8.49 -
YUV 93.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 56 116 73 0.52 0 0.37 0.55 137 0.35 0.34
Hex 38 74 49 34 0 25 37 89 23 22
Octal 70 164 111 64 0 45 67 211 43 42
Binary 111000 1110100 1001001 110100 0 100101 110111 10001001 100011 100010

Color Harmonies of #387449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387449

Black with #387449

Text Example


Text Example

White with #387449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387449; }

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

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

background-color css

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

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

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

border-color css

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

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

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