Html Css Color HEX #387357 Amazon

📋 copy color: '#387357'

red 56 ◦ green 115 ◦ blue 87

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

Shades of Amazon #387357

Tints of Amazon #387357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.72%

R = 21.71%
G = 44.57%
B = 33.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#387357 (or 0x387357) is known color: Amazon. HEX triplet: 38, 73 and 57. RGB value is (56,115,87). Sum of RGB (Red+Green+Blue) = 56+115+87=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 115 (45.31% from 255 or 44.57% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 115 - color contains mainly: green. Hex color #387357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387357 is #C78CA8. Grayscale: #5E5E5E. Windows color (decimal): -13077673 or 5731128. OLE color: 5731128.

HSL color Cylindrical-coordinate representation of color #387357: hue angle of 151.53º 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 #387357 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 115 87 -
CMYK 0.51 0 0.24 0.55
HSL 151.53º 0.35% 0.34% -
HSV(B) 151.53º 0.51% 0.45% -
XYZ 9.48 13.79 11.18 -
YUV 94.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 56 115 87 0.51 0 0.24 0.55 151.53 0.35 0.34
Hex 38 73 57 33 0 18 37 98 23 22
Octal 70 163 127 63 0 30 67 230 43 42
Binary 111000 1110011 1010111 110011 0 11000 110111 10011000 100011 100010

Color Harmonies of #387357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387357

Black with #387357

Text Example


Text Example

White with #387357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387357; }

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

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

background-color css

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

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

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

border-color css

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

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

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