Html Css Color HEX #387356 Amazon

📋 copy color: '#387356'

red 56 ◦ green 115 ◦ blue 86

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

Shades of Amazon #387356

Tints of Amazon #387356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 21.79%
G = 44.75%
B = 33.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#387356 (or 0x387356) is known color: Amazon. HEX triplet: 38, 73 and 56. RGB value is (56,115,86). Sum of RGB (Red+Green+Blue) = 56+115+86=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #387356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387356 is #C78CA9. Grayscale: #5E5E5E. Windows color (decimal): -13077674 or 5665592. OLE color: 5665592.

HSL color Cylindrical-coordinate representation of color #387356: hue angle of 150.51º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #387356 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 86 -
CMYK 0.51 0 0.25 0.55
HSL 150.51º 0.35% 0.34% -
HSV(B) 150.51º 0.51% 0.45% -
XYZ 9.44 13.77 10.97 -
YUV 94.05 123.45 100.86 -
System Red Green Blue C M Y K H S L
Decimal 56 115 86 0.51 0 0.25 0.55 150.51 0.35 0.34
Hex 38 73 56 33 0 19 37 97 23 22
Octal 70 163 126 63 0 31 67 227 43 42
Binary 111000 1110011 1010110 110011 0 11001 110111 10010111 100011 100010

Color Harmonies of #387356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387356

Black with #387356

Text Example


Text Example

White with #387356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387356; }

 p { color: rgb(56,115,86); }

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

background-color css

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

 a { background-color: rgb(56,115,86); }

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

border-color css

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

 span { border-color: rgb(56,115,86); }

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