Html Css Color HEX #386E54 Amazon

📋 copy color: '#386E54'

red 56 ◦ green 110 ◦ blue 84

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

Shades of Amazon #386E54

Tints of Amazon #386E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 44%

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

R = 22.4%
G = 44%
B = 33.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#386E54 (or 0x386E54) is known color: Amazon. HEX triplet: 38, 6E and 54. RGB value is (56,110,84). Sum of RGB (Red+Green+Blue) = 56+110+84=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #386E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E54 is #C791AB. Grayscale: #5A5A5A. Windows color (decimal): -13078956 or 5533240. OLE color: 5533240.

HSL color Cylindrical-coordinate representation of color #386E54: hue angle of 151.11º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E54 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 84 -
CMYK 0.49 0 0.24 0.57
HSL 151.11º 0.33% 0.33% -
HSV(B) 151.11º 0.49% 0.43% -
XYZ 8.81 12.63 10.36 -
YUV 90.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 56 110 84 0.49 0 0.24 0.57 151.11 0.33 0.33
Hex 38 6E 54 31 0 18 39 97 21 21
Octal 70 156 124 61 0 30 71 227 41 41
Binary 111000 1101110 1010100 110001 0 11000 111001 10010111 100001 100001

Color Harmonies of #386E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E54

Black with #386E54

Text Example


Text Example

White with #386E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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