Html Css Color HEX #387459 Amazon

📋 copy color: '#387459'

red 56 ◦ green 116 ◦ blue 89

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

Shades of Amazon #387459

Tints of Amazon #387459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.1%

R = 21.46%
G = 44.44%
B = 34.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#387459 (or 0x387459) is known color: Amazon. HEX triplet: 38, 74 and 59. RGB value is (56,116,89). Sum of RGB (Red+Green+Blue) = 56+116+89=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 116 - color contains mainly: green. Hex color #387459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387459 is #C78BA6. Grayscale: #5F5F5F. Windows color (decimal): -13077415 or 5862456. OLE color: 5862456.

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

Color convert

RGB 56 116 89 -
CMYK 0.52 0 0.23 0.55
HSL 153º 0.35% 0.34% -
HSV(B) 153º 0.52% 0.45% -
XYZ 9.68 14.05 11.65 -
YUV 94.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 56 116 89 0.52 0 0.23 0.55 153 0.35 0.34
Hex 38 74 59 34 0 17 37 99 23 22
Octal 70 164 131 64 0 27 67 231 43 42
Binary 111000 1110100 1011001 110100 0 10111 110111 10011001 100011 100010

Color Harmonies of #387459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387459

Black with #387459

Text Example


Text Example

White with #387459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387459; }

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

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

background-color css

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

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

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

border-color css

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

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

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