Html Css Color HEX #387854 Amazon

📋 copy color: '#387854'

red 56 ◦ green 120 ◦ blue 84

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

Shades of Amazon #387854

Tints of Amazon #387854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 21.54%
G = 46.15%
B = 32.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#387854 (or 0x387854) is known color: Amazon. HEX triplet: 38, 78 and 54. RGB value is (56,120,84). Sum of RGB (Red+Green+Blue) = 56+120+84=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #387854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387854 is #C787AB. Grayscale: #606060. Windows color (decimal): -13076396 or 5535800. OLE color: 5535800.

HSL color Cylindrical-coordinate representation of color #387854: hue angle of 146.25º 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 #387854 is Cyan = 0.53, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 84 -
CMYK 0.53 0 0.3 0.53
HSL 146.25º 0.36% 0.35% -
HSV(B) 146.25º 0.53% 0.47% -
XYZ 9.95 14.91 10.74 -
YUV 96.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 56 120 84 0.53 0 0.3 0.53 146.25 0.36 0.35
Hex 38 78 54 35 0 1E 35 92 24 23
Octal 70 170 124 65 0 36 65 222 44 43
Binary 111000 1111000 1010100 110101 0 11110 110101 10010010 100100 100011

Color Harmonies of #387854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387854

Black with #387854

Text Example


Text Example

White with #387854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387854; }

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

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

background-color css

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

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

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

border-color css

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

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

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