Html Css Color HEX #386E49 Amazon

📋 copy color: '#386E49'

red 56 ◦ green 110 ◦ blue 73

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

Shades of Amazon #386E49

Tints of Amazon #386E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 46.03%

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

R = 23.43%
G = 46.03%
B = 30.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#386E49 (or 0x386E49) is known color: Amazon. HEX triplet: 38, 6E and 49. RGB value is (56,110,73). Sum of RGB (Red+Green+Blue) = 56+110+73=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 110 - color contains mainly: green. Hex color #386E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E49 is #C791B6. Grayscale: #595959. Windows color (decimal): -13078967 or 4812344. OLE color: 4812344.

HSL color Cylindrical-coordinate representation of color #386E49: hue angle of 138.89º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E49 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 73 -
CMYK 0.49 0 0.34 0.57
HSL 138.89º 0.33% 0.33% -
HSV(B) 138.89º 0.49% 0.43% -
XYZ 8.41 12.47 8.27 -
YUV 89.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 56 110 73 0.49 0 0.34 0.57 138.89 0.33 0.33
Hex 38 6E 49 31 0 22 39 8B 21 21
Octal 70 156 111 61 0 42 71 213 41 41
Binary 111000 1101110 1001001 110001 0 100010 111001 10001011 100001 100001

Color Harmonies of #386E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E49

Black with #386E49

Text Example


Text Example

White with #386E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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