Html Css Color HEX #387A49 Amazon

📋 copy color: '#387A49'

red 56 ◦ green 122 ◦ blue 73

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

Shades of Amazon #387A49

Tints of Amazon #387A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.61%

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

R = 22.31%
G = 48.61%
B = 29.08%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#387A49 (or 0x387A49) is known color: Amazon. HEX triplet: 38, 7A and 49. RGB value is (56,122,73). Sum of RGB (Red+Green+Blue) = 56+122+73=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 122 (48.05% from 255 or 48.61% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 122 - color contains mainly: green. Hex color #387A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387A49 is #C785B6. Grayscale: #606060. Windows color (decimal): -13075895 or 4815416. OLE color: 4815416.

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

Color convert

RGB 56 122 73 -
CMYK 0.54 0 0.40 0.52
HSL 135.45º 0.37% 0.35% -
HSV(B) 135.45º 0.54% 0.48% -
XYZ 9.79 15.24 8.73 -
YUV 96.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 56 122 73 0.54 0 0.40 0.52 135.45 0.37 0.35
Hex 38 7A 49 36 0 28 34 87 25 23
Octal 70 172 111 66 0 50 64 207 45 43
Binary 111000 1111010 1001001 110110 0 101000 110100 10000111 100101 100011

Color Harmonies of #387A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A49

Black with #387A49

Text Example


Text Example

White with #387A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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