Html Css Color HEX #387F49 Amazon

📋 copy color: '#387F49'

red 56 ◦ green 127 ◦ blue 73

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

Shades of Amazon #387F49

Tints of Amazon #387F49

RGB

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

 GREEN value IS 127 (50% from 255) = 49.61%

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

R = 21.88%
G = 49.61%
B = 28.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#387F49 (or 0x387F49) is known color: Amazon. HEX triplet: 38, 7F and 49. RGB value is (56,127,73). Sum of RGB (Red+Green+Blue) = 56+127+73=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #387F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387F49 is #C780B6. Grayscale: #636363. Windows color (decimal): -13074615 or 4816696. OLE color: 4816696.

HSL color Cylindrical-coordinate representation of color #387F49: hue angle of 134.37º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387F49 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 127 73 -
CMYK 0.56 0 0.43 0.50
HSL 134.37º 0.39% 0.36% -
HSV(B) 134.37º 0.56% 0.5% -
XYZ 10.42 16.5 8.94 -
YUV 99.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 56 127 73 0.56 0 0.43 0.50 134.37 0.39 0.36
Hex 38 7F 49 38 0 2B 32 86 27 24
Octal 70 177 111 70 0 53 62 206 47 44
Binary 111000 1111111 1001001 111000 0 101011 110010 10000110 100111 100100

Color Harmonies of #387F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387F49

Black with #387F49

Text Example


Text Example

White with #387F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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