Html Css Color HEX #387455 Amazon

📋 copy color: '#387455'

red 56 ◦ green 116 ◦ blue 85

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

Shades of Amazon #387455

Tints of Amazon #387455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.14%

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

R = 21.79%
G = 45.14%
B = 33.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#387455 (or 0x387455) is known color: Amazon. HEX triplet: 38, 74 and 55. RGB value is (56,116,85). Sum of RGB (Red+Green+Blue) = 56+116+85=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #387455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387455 is #C78BAA. Grayscale: #5E5E5E. Windows color (decimal): -13077419 or 5600312. OLE color: 5600312.

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

Color convert

RGB 56 116 85 -
CMYK 0.52 0 0.27 0.55
HSL 149º 0.35% 0.34% -
HSV(B) 149º 0.52% 0.45% -
XYZ 9.52 13.99 10.79 -
YUV 94.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 56 116 85 0.52 0 0.27 0.55 149 0.35 0.34
Hex 38 74 55 34 0 1B 37 95 23 22
Octal 70 164 125 64 0 33 67 225 43 42
Binary 111000 1110100 1010101 110100 0 11011 110111 10010101 100011 100010

Color Harmonies of #387455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387455

Black with #387455

Text Example


Text Example

White with #387455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387455; }

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

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

background-color css

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

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

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

border-color css

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

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

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