Html Css Color HEX #387E54 Amazon

📋 copy color: '#387E54'

red 56 ◦ green 126 ◦ blue 84

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

Shades of Amazon #387E54

Tints of Amazon #387E54

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.37%

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

R = 21.05%
G = 47.37%
B = 31.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#387E54 (or 0x387E54) is known color: Amazon. HEX triplet: 38, 7E and 54. RGB value is (56,126,84). Sum of RGB (Red+Green+Blue) = 56+126+84=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #387E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E54 is #C781AB. Grayscale: #646464. Windows color (decimal): -13074860 or 5537336. OLE color: 5537336.

HSL color Cylindrical-coordinate representation of color #387E54: hue angle of 144º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387E54 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 126 84 -
CMYK 0.56 0 0.33 0.51
HSL 144º 0.38% 0.36% -
HSV(B) 144º 0.56% 0.49% -
XYZ 10.69 16.4 10.99 -
YUV 100.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 56 126 84 0.56 0 0.33 0.51 144 0.38 0.36
Hex 38 7E 54 38 0 21 33 90 26 24
Octal 70 176 124 70 0 41 63 220 46 44
Binary 111000 1111110 1010100 111000 0 100001 110011 10010000 100110 100100

Color Harmonies of #387E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387E54

Black with #387E54

Text Example


Text Example

White with #387E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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