Html Css Color HEX #387351 Amazon

📋 copy color: '#387351'

red 56 ◦ green 115 ◦ blue 81

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

Shades of Amazon #387351

Tints of Amazon #387351

RGB

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

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

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

R = 22.22%
G = 45.63%
B = 32.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#387351 (or 0x387351) is known color: Amazon. HEX triplet: 38, 73 and 51. RGB value is (56,115,81). Sum of RGB (Red+Green+Blue) = 56+115+81=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #387351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387351 is #C78CAE. Grayscale: #5D5D5D. Windows color (decimal): -13077679 or 5337912. OLE color: 5337912.

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

Color convert

RGB 56 115 81 -
CMYK 0.51 0 0.30 0.55
HSL 145.42º 0.35% 0.34% -
HSV(B) 145.42º 0.51% 0.45% -
XYZ 9.25 13.7 9.94 -
YUV 93.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 56 115 81 0.51 0 0.30 0.55 145.42 0.35 0.34
Hex 38 73 51 33 0 1E 37 91 23 22
Octal 70 163 121 63 0 36 67 221 43 42
Binary 111000 1110011 1010001 110011 0 11110 110111 10010001 100011 100010

Color Harmonies of #387351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387351

Black with #387351

Text Example


Text Example

White with #387351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387351; }

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

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

background-color css

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

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

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

border-color css

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

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

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