Html Css Color HEX #386C4C Amazon

📋 copy color: '#386C4C'

red 56 ◦ green 108 ◦ blue 76

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

Shades of Amazon #386C4C

Tints of Amazon #386C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 23.33%
G = 45%
B = 31.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#386C4C (or 0x386C4C) is known color: Amazon. HEX triplet: 38, 6C and 4C. RGB value is (56,108,76). Sum of RGB (Red+Green+Blue) = 56+108+76=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 108 - color contains mainly: green. Hex color #386C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C4C is #C793B3. Grayscale: #585858. Windows color (decimal): -13079476 or 5008440. OLE color: 5008440.

HSL color Cylindrical-coordinate representation of color #386C4C: hue angle of 143.08º 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 #386C4C is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 76 -
CMYK 0.48 0 0.30 0.58
HSL 143.08º 0.32% 0.32% -
HSV(B) 143.08º 0.48% 0.42% -
XYZ 8.3 12.09 8.73 -
YUV 88.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 56 108 76 0.48 0 0.30 0.58 143.08 0.32 0.32
Hex 38 6C 4C 30 0 1E 3A 8F 20 20
Octal 70 154 114 60 0 36 72 217 40 40
Binary 111000 1101100 1001100 110000 0 11110 111010 10001111 100000 100000

Color Harmonies of #386C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C4C

Black with #386C4C

Text Example


Text Example

White with #386C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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