Html Css Color HEX #387858 Amazon

📋 copy color: '#387858'

red 56 ◦ green 120 ◦ blue 88

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

Shades of Amazon #387858

Tints of Amazon #387858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.45%

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

R = 21.21%
G = 45.45%
B = 33.33%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#387858 (or 0x387858) is known color: Amazon. HEX triplet: 38, 78 and 58. RGB value is (56,120,88). Sum of RGB (Red+Green+Blue) = 56+120+88=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #387858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387858 is #C787A7. Grayscale: #616161. Windows color (decimal): -13076392 or 5797944. OLE color: 5797944.

HSL color Cylindrical-coordinate representation of color #387858: hue angle of 150º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387858 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 88 -
CMYK 0.53 0 0.27 0.53
HSL 150º 0.36% 0.35% -
HSV(B) 150º 0.53% 0.47% -
XYZ 10.11 14.98 11.59 -
YUV 97.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 56 120 88 0.53 0 0.27 0.53 150 0.36 0.35
Hex 38 78 58 35 0 1B 35 96 24 23
Octal 70 170 130 65 0 33 65 226 44 43
Binary 111000 1111000 1011000 110101 0 11011 110101 10010110 100100 100011

Color Harmonies of #387858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387858

Black with #387858

Text Example


Text Example

White with #387858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387858; }

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

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

background-color css

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

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

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

border-color css

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

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

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