Html Css Color HEX #387949 Amazon

📋 copy color: '#387949'

red 56 ◦ green 121 ◦ blue 73

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

Shades of Amazon #387949

Tints of Amazon #387949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.4%

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

R = 22.4%
G = 48.4%
B = 29.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#387949 (or 0x387949) is known color: Amazon. HEX triplet: 38, 79 and 49. RGB value is (56,121,73). Sum of RGB (Red+Green+Blue) = 56+121+73=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #387949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387949 is #C786B6. Grayscale: #606060. Windows color (decimal): -13076151 or 4815160. OLE color: 4815160.

HSL color Cylindrical-coordinate representation of color #387949: hue angle of 135.69º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387949 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 73 -
CMYK 0.54 0 0.40 0.53
HSL 135.69º 0.37% 0.35% -
HSV(B) 135.69º 0.54% 0.47% -
XYZ 9.67 15 8.69 -
YUV 96.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 56 121 73 0.54 0 0.40 0.53 135.69 0.37 0.35
Hex 38 79 49 36 0 28 35 88 25 23
Octal 70 171 111 66 0 50 65 210 45 43
Binary 111000 1111001 1001001 110110 0 101000 110101 10001000 100101 100011

Color Harmonies of #387949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387949

Black with #387949

Text Example


Text Example

White with #387949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387949; }

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

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

background-color css

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

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

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

border-color css

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

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

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