Html Css Color HEX #387749 Amazon

📋 copy color: '#387749'

red 56 ◦ green 119 ◦ blue 73

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

Shades of Amazon #387749

Tints of Amazon #387749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.98%

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

R = 22.58%
G = 47.98%
B = 29.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#387749 (or 0x387749) is known color: Amazon. HEX triplet: 38, 77 and 49. RGB value is (56,119,73). Sum of RGB (Red+Green+Blue) = 56+119+73=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #387749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387749 is #C788B6. Grayscale: #5F5F5F. Windows color (decimal): -13076663 or 4814648. OLE color: 4814648.

HSL color Cylindrical-coordinate representation of color #387749: hue angle of 136.19º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387749 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 73 -
CMYK 0.53 0 0.39 0.53
HSL 136.19º 0.36% 0.34% -
HSV(B) 136.19º 0.53% 0.47% -
XYZ 9.43 14.52 8.61 -
YUV 94.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 56 119 73 0.53 0 0.39 0.53 136.19 0.36 0.34
Hex 38 77 49 35 0 27 35 88 24 22
Octal 70 167 111 65 0 47 65 210 44 42
Binary 111000 1110111 1001001 110101 0 100111 110101 10001000 100100 100010

Color Harmonies of #387749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387749

Black with #387749

Text Example


Text Example

White with #387749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387749; }

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

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

background-color css

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

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

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

border-color css

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

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

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