Html Css Color HEX #387054 Amazon

📋 copy color: '#387054'

red 56 ◦ green 112 ◦ blue 84

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

Shades of Amazon #387054

Tints of Amazon #387054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

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

R = 22.22%
G = 44.44%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#387054 (or 0x387054) is known color: Amazon. HEX triplet: 38, 70 and 54. RGB value is (56,112,84). Sum of RGB (Red+Green+Blue) = 56+112+84=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #387054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387054 is #C78FAB. Grayscale: #5C5C5C. Windows color (decimal): -13078444 or 5533752. OLE color: 5533752.

HSL color Cylindrical-coordinate representation of color #387054: hue angle of 150º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387054 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 84 -
CMYK 0.50 0 0.25 0.56
HSL 150º 0.33% 0.33% -
HSV(B) 150º 0.5% 0.44% -
XYZ 9.03 13.07 10.43 -
YUV 92.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 56 112 84 0.50 0 0.25 0.56 150 0.33 0.33
Hex 38 70 54 32 0 19 38 96 21 21
Octal 70 160 124 62 0 31 70 226 41 41
Binary 111000 1110000 1010100 110010 0 11001 111000 10010110 100001 100001

Color Harmonies of #387054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387054

Black with #387054

Text Example


Text Example

White with #387054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387054; }

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

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

background-color css

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

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

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

border-color css

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

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

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