Html Css Color HEX #386C4F Amazon

📋 copy color: '#386C4F'

red 56 ◦ green 108 ◦ blue 79

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

Shades of Amazon #386C4F

Tints of Amazon #386C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 23.05%
G = 44.44%
B = 32.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#386C4F (or 0x386C4F) is known color: Amazon. HEX triplet: 38, 6C and 4F. RGB value is (56,108,79). Sum of RGB (Red+Green+Blue) = 56+108+79=243 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.05% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #386C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C4F is #C793B0. Grayscale: #595959. Windows color (decimal): -13079473 or 5205048. OLE color: 5205048.

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

Color convert

RGB 56 108 79 -
CMYK 0.48 0 0.27 0.58
HSL 146.54º 0.32% 0.32% -
HSV(B) 146.54º 0.48% 0.42% -
XYZ 8.4 12.13 9.3 -
YUV 89.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 56 108 79 0.48 0 0.27 0.58 146.54 0.32 0.32
Hex 38 6C 4F 30 0 1B 3A 93 20 20
Octal 70 154 117 60 0 33 72 223 40 40
Binary 111000 1101100 1001111 110000 0 11011 111010 10010011 100000 100000

Color Harmonies of #386C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C4F

Black with #386C4F

Text Example


Text Example

White with #386C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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