Html Css Color HEX #386C51 Amazon

📋 copy color: '#386C51'

red 56 ◦ green 108 ◦ blue 81

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

Shades of Amazon #386C51

Tints of Amazon #386C51

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.08%

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 22.86%
G = 44.08%
B = 33.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#386C51 (or 0x386C51) is known color: Amazon. HEX triplet: 38, 6C and 51. RGB value is (56,108,81). Sum of RGB (Red+Green+Blue) = 56+108+81=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 108 - color contains mainly: green. Hex color #386C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C51 is #C793AE. Grayscale: #595959. Windows color (decimal): -13079471 or 5336120. OLE color: 5336120.

HSL color Cylindrical-coordinate representation of color #386C51: hue angle of 148.85º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386C51 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 81 -
CMYK 0.48 0 0.25 0.58
HSL 148.85º 0.32% 0.32% -
HSV(B) 148.85º 0.48% 0.42% -
XYZ 8.48 12.16 9.68 -
YUV 89.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 56 108 81 0.48 0 0.25 0.58 148.85 0.32 0.32
Hex 38 6C 51 30 0 19 3A 95 20 20
Octal 70 154 121 60 0 31 72 225 40 40
Binary 111000 1101100 1010001 110000 0 11001 111010 10010101 100000 100000

Color Harmonies of #386C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C51

Black with #386C51

Text Example


Text Example

White with #386C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,81); }

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

background-color css

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

 a { background-color: rgb(56,108,81); }

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

border-color css

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

 span { border-color: rgb(56,108,81); }

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