Html Css Color HEX #387355 Amazon

📋 copy color: '#387355'

red 56 ◦ green 115 ◦ blue 85

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

Shades of Amazon #387355

Tints of Amazon #387355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 21.88%
G = 44.92%
B = 33.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#387355 (or 0x387355) is known color: Amazon. HEX triplet: 38, 73 and 55. RGB value is (56,115,85). Sum of RGB (Red+Green+Blue) = 56+115+85=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #387355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387355 is #C78CAA. Grayscale: #5D5D5D. Windows color (decimal): -13077675 or 5600056. OLE color: 5600056.

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

Color convert

RGB 56 115 85 -
CMYK 0.51 0 0.26 0.55
HSL 149.49º 0.35% 0.34% -
HSV(B) 149.49º 0.51% 0.45% -
XYZ 9.4 13.76 10.75 -
YUV 93.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 56 115 85 0.51 0 0.26 0.55 149.49 0.35 0.34
Hex 38 73 55 33 0 1A 37 95 23 22
Octal 70 163 125 63 0 32 67 225 43 42
Binary 111000 1110011 1010101 110011 0 11010 110111 10010101 100011 100010

Color Harmonies of #387355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387355

Black with #387355

Text Example


Text Example

White with #387355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387355; }

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

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

background-color css

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

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

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

border-color css

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

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

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