Html Css Color HEX #387458 Amazon

📋 copy color: '#387458'

red 56 ◦ green 116 ◦ blue 88

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

Shades of Amazon #387458

Tints of Amazon #387458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 21.54%
G = 44.62%
B = 33.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#387458 (or 0x387458) is known color: Amazon. HEX triplet: 38, 74 and 58. RGB value is (56,116,88). Sum of RGB (Red+Green+Blue) = 56+116+88=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #387458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387458 is #C78BA7. Grayscale: #5E5E5E. Windows color (decimal): -13077416 or 5796920. OLE color: 5796920.

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

Color convert

RGB 56 116 88 -
CMYK 0.52 0 0.24 0.55
HSL 152º 0.35% 0.34% -
HSV(B) 152º 0.52% 0.45% -
XYZ 9.64 14.04 11.43 -
YUV 94.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 56 116 88 0.52 0 0.24 0.55 152 0.35 0.34
Hex 38 74 58 34 0 18 37 98 23 22
Octal 70 164 130 64 0 30 67 230 43 42
Binary 111000 1110100 1011000 110100 0 11000 110111 10011000 100011 100010

Color Harmonies of #387458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387458

Black with #387458

Text Example


Text Example

White with #387458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387458; }

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

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

background-color css

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

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

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

border-color css

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

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

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